OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntabstops
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/less/dist/
line.c
63
public int
ntabstops
= 1; /* Number of tabstops */
variable
839
if (
ntabstops
< 2 || to_tab >= tabstops[
ntabstops
-1])
841
((to_tab - tabstops[
ntabstops
-1]) % tabdefault);
845
for (i =
ntabstops
- 2; i >= 0; i--)
Completed in 16 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026