Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c1922 ptrdiff_t width_opt = -1; in decode_switches() local
2033 width_opt = decode_line_length (optarg); in decode_switches()
2034 if (width_opt < 0) in decode_switches()
2281 ptrdiff_t linelen = width_opt; in decode_switches()