Searched refs:tabsize (Results 1 – 4 of 4) sorted by relevance
727 static size_t tabsize; variable1691 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()
1380 wd_hasher (const void *entry, size_t tabsize) in wd_hasher() argument1383 return spec->wd % tabsize; in wd_hasher()
685 proctab_hasher (void const *entry, size_t tabsize) in proctab_hasher() argument688 return node->pid % tabsize; in proctab_hasher()
8439 @itemx --tabsize=@var{cols}8441 @opindex --tabsize8452 you should also use a @command{--tabsize} option or @env{TABSIZE}8458 corresponding @option{--tabsize} options.