OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_col
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/col/
col.c
434
int i, j, nchars, last_col, save,
this_col
, tot;
local in function:flush_line
479
this_col
= c->c_column;
483
} while (--nchars > 0 &&
this_col
== endc->c_column);
489
this_col
+ c->c_width > endc->c_column)
493
if (
this_col
> last_col) {
494
int nspace =
this_col
- last_col;
501
if (tab_col >
this_col
)
514
last_col =
this_col
;
Completed in 13 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025