Searched refs:win (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/kill/
H A Dkill.c220 struct winsize win; local
221 if (ioctl(fileno(fp), TIOCGWINSZ, &win) == 0 && win.ws_col > 0)
222 termwidth = win.ws_col;

Completed in 59 milliseconds