TIOCGWINSZ 344 sapi/phpdbg/phpdbg_utils.c #elif defined(HAVE_SYS_IOCTL_H) && defined(TIOCGWINSZ) TIOCGWINSZ 347 sapi/phpdbg/phpdbg_utils.c columns = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_col : 80; TIOCGWINSZ 362 sapi/phpdbg/phpdbg_utils.c #elif defined(HAVE_SYS_IOCTL_H) && defined(TIOCGWINSZ) TIOCGWINSZ 365 sapi/phpdbg/phpdbg_utils.c lines = ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_row : 40;