win 759 plugin/ipc/file/filewrappers.cpp struct winsize * win = va_arg(local_ap, struct winsize *); win 761 plugin/ipc/file/filewrappers.cpp retval = _real_ioctl(d, request, win); // This fills in win win 762 plugin/ipc/file/filewrappers.cpp win->ws_col--; // Lie to application, and force it to resize window, win 280 plugin/pid/pid_filewrappers.cpp struct winsize * win = va_arg(local_ap, struct winsize *); win 282 plugin/pid/pid_filewrappers.cpp retval = _real_ioctl(d, request, win); // This fills in win win 283 plugin/pid/pid_filewrappers.cpp win->ws_col--; // Lie to application, and force it to resize window, win 19 terminal.cpp static struct winsize win; win 64 terminal.cpp ioctl (STDIN_FILENO, TIOCGWINSZ, (char *) &win); win 107 terminal.cpp ioctl (STDIN_FILENO, TIOCSWINSZ, (char *) &win);