Home
last modified time | relevance | path

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

/coreutils/
Dconfigure.ac227 gl_MANYWARN_ALL_GCC([ws])
228 gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])
229 for w in $ws; do
DTODO10 First suggested by Hans Ecke <https://hans.ecke.ws> in
/coreutils/src/
Dls.c2293 struct winsize ws; in decode_switches() local
2295 && 0 <= ioctl (STDOUT_FILENO, TIOCGWINSZ, &ws) in decode_switches()
2296 && 0 < ws.ws_col) in decode_switches()
2297 linelen = ws.ws_col <= MIN (PTRDIFF_MAX, SIZE_MAX) ? ws.ws_col : 0; in decode_switches()