Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c1921 ptrdiff_t tabsize_opt = -1; in decode_switches() local
2114 tabsize_opt = xnumtoumax (optarg, 0, 0, MIN (PTRDIFF_MAX, SIZE_MAX), in decode_switches()
2328 if (0 <= tabsize_opt) in decode_switches()
2329 tabsize = tabsize_opt; in decode_switches()