OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extwidth
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ls/
print.c
333
int
extwidth
;
local in function:printstream
335
extwidth
= 0;
337
extwidth
+= dp->s_inode + 1;
340
extwidth
+= dp->s_size + 1;
342
extwidth
+= dp->s_block + 1;
345
extwidth
+= 1;
352
if (col + 1 +
extwidth
+ (int)p->fts_namelen >= termwidth)
print.c
333
int
extwidth
;
local in function:printstream
335
extwidth
= 0;
337
extwidth
+= dp->s_inode + 1;
340
extwidth
+= dp->s_size + 1;
342
extwidth
+= dp->s_block + 1;
345
extwidth
+= 1;
352
if (col + 1 +
extwidth
+ (int)p->fts_namelen >= termwidth)
Completed in 22 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025