Searched refs:ws (Results 1 – 3 of 3) sorted by relevance
227 gl_MANYWARN_ALL_GCC([ws])228 gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])229 for w in $ws; do
10 First suggested by Hans Ecke <https://hans.ecke.ws> in
2293 struct winsize ws; in decode_switches() local2295 && 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()