Home
last modified time | relevance | path

Searched refs:tabsize (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dls.c727 static size_t tabsize; variable
1691 tabsize = 0; in main()
2329 tabsize = tabsize_opt; in decode_switches()
2332 tabsize = 8; in decode_switches()
2339 tabsize = tmp; in decode_switches()
5272 if (tabsize != 0 && to / tabsize > (from + 1) / tabsize) in indent()
5275 from += tabsize - from % tabsize; in indent()
Dtail.c1380 wd_hasher (const void *entry, size_t tabsize) in wd_hasher() argument
1383 return spec->wd % tabsize; in wd_hasher()
Dsort.c685 proctab_hasher (void const *entry, size_t tabsize) in proctab_hasher() argument
688 return node->pid % tabsize; in proctab_hasher()
/coreutils/doc/
Dcoreutils.texi8439 @itemx --tabsize=@var{cols}
8441 @opindex --tabsize
8452 you should also use a @command{--tabsize} option or @env{TABSIZE}
8458 corresponding @option{--tabsize} options.