/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astwinsize.c | 43 #if defined(TIOCGWINSZ) 49 #if !defined(TIOCGSIZE) && !defined(TIOCGWINSZ) 74 #ifdef TIOCGWINSZ in astwinsize() 78 if (!ttctl(fd, TIOCGWINSZ, &ws) && ws.ws_col > 0 && ws.ws_row > 0) in astwinsize()
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 97 #ifdef TIOCGWINSZ in setterm() 115 #ifdef TIOCGWINSZ in setterm() 116 if (ioctl(_tty_ch, TIOCGWINSZ, &win) >= 0) { in setterm()
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 96 case TIOCGWINSZ: in pio_ctl() 97 return (kmdb_prom_term_ctl(TIOCGWINSZ, arg)); in pio_ctl()
|
/titanic_44/usr/src/cmd/script/ |
H A D | script.c | 159 if (ioctl(0, TIOCGWINSZ, &ws) == 0) in sigwinch() 267 (void) ioctl(0, TIOCGWINSZ, (char *)&size); in getmaster()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ptem.c | 318 case TIOCGWINSZ: in ptemrput() 390 case TIOCGWINSZ: in ptemrput() 471 case TIOCGWINSZ: in ptemwput() 767 case TIOCGWINSZ: in ptemwmsg() 929 case TIOCGWINSZ: in ptioc()
|
H A D | tty_common.c | 380 case TIOCGWINSZ: { in ttycommon_ioctl()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttycom.h | 49 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ macro
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 51 #ifdef TIOCGWINSZ 501 #ifdef TIOCGWINSZ in restartterm() 508 if (ioctl(fd, TIOCGWINSZ, &wininfo) != -1) { in restartterm()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | cmd1.c | 163 #ifdef TIOCGWINSZ in screensize() 173 #ifdef TIOCGWINSZ in screensize() 174 else if (ioctl(fileno(stdout), TIOCGWINSZ, &ws) == 0 && ws.ws_row > 4) in screensize()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 133 #define TIOCGSIZE TIOCGWINSZ
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 136 if(ioctl(0, TIOCGWINSZ, &jwin) != -1) { 157 if(ioctl(0, TIOCGWINSZ, &jwin) != -1) { in setsize()
|
H A D | ex.c | 208 if (ioctl(0, TIOCGWINSZ, &jwin) != -1) { in main()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttold.h | 152 #define TIOCGWINSZ (_TIOC|104) macro
|
H A D | termios.h | 340 #define TIOCGWINSZ (_TIOC|104) macro
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 476 #ifdef TIOCGWINSZ 483 if (ioctl(fd, TIOCGWINSZ, &wininfo) != -1) {
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | progressmeter.c | 299 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize) != -1 && in setscreensize()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | on.c | 118 ioctl(0, TIOCGWINSZ, &newsize); in sigwinch() 512 err = ioctl(0, TIOCGWINSZ, &newsize) < 0; in main()
|
/titanic_44/usr/src/ucblib/libtermcap/ |
H A D | termcap.c | 397 if (ioctl(1, TIOCGWINSZ, (char *)&ws) < 0) in tngetsize()
|
/titanic_44/usr/src/cmd/projects/ |
H A D | projects.c | 162 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) != -1 && in print_projects()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 434 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0) in client_check_window_change() 583 ioctl(fileno(stdin), TIOCGWINSZ, &oldws); in client_suspend_self() 589 if (ioctl(fileno(stdin), TIOCGWINSZ, &newws) >= 0 && in client_suspend_self()
|
H A D | ssh.c | 888 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0) 1064 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 911 if (ioctl(STDIN_FILENO, TIOCGWINSZ, &winsize) == 0) in writeroob() 1055 if (dosigwinch && ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == 0 && in sigwinch()
|
/titanic_44/usr/src/cmd/picl/prtpicl/ |
H A D | prtpicl.c | 155 ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 && in print_bytearray()
|
/titanic_44/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 131 if (ioctl(fileno(stdout), TIOCGWINSZ, &win) == -1) in set_width()
|
/titanic_44/usr/src/cmd/format/ |
H A D | misc.c | 959 if (ioctl(1, TIOCGWINSZ, &winsize) == 0) { in get_tty_lines()
|