Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c2281 ptrdiff_t linelen = width_opt; in decode_switches() local
2286 if (linelen < 0) in decode_switches()
2297 linelen = ws.ws_col <= MIN (PTRDIFF_MAX, SIZE_MAX) ? ws.ws_col : 0; in decode_switches()
2303 if (linelen < 0) in decode_switches()
2308 linelen = decode_line_length (p); in decode_switches()
2309 if (linelen < 0) in decode_switches()
2318 line_length = linelen < 0 ? 80 : linelen; in decode_switches()