OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_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
436
last_col
= 0;
493
if (this_col >
last_col
) {
494
int nspace = this_col -
last_col
;
500
tab_col = (
last_col
+ 8) & ~7;
503
tab_size = tab_col -
last_col
;
509
last_col
= tab_col;
514
last_col
= this_col;
535
last_col
+= (c - 1)->c_width;
Completed in 10 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025