OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_tab
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/less/dist/
line.c
837
int
to_tab
= end_column - linebuf.pfx_end;
local
839
if (ntabstops < 2 ||
to_tab
>= tabstops[ntabstops-1])
840
to_tab
= tabdefault -
841
((
to_tab
- tabstops[ntabstops-1]) % tabdefault);
846
if (
to_tab
>= tabstops[i])
848
to_tab
= tabstops[i+1] -
to_tab
;
853
} while (--
to_tab
> 0);
Completed in 92 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026