HomeSort by: relevance | last modified time | path
    Searched refs:TIOCSTI (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/mail/
tty.c 59 # ifndef TIOCSTI
95 #ifdef TIOCSTI
105 #ifndef TIOCSTI
119 (void)ioctl(0, TIOCSTI, &ch);
122 (void)ioctl(0, TIOCSTI, &ch);
148 #ifndef TIOCSTI
197 # ifndef TIOCSTI
210 #if defined(USE_EDITLINE) || defined(TIOCSTI)
226 #if defined(USE_EDITLINE) || defined(TIOCSTI)
290 # if defined(TIOCSTI) && defined(TIOCEXT
    [all...]
  /src/bin/ksh/
tty.h 58 # ifndef TIOCSTI
59 # define TIOCSTI _IOW( 't', 114, char )
emacs.c 268 #if defined(BRL) && defined(TIOCSTI)
1292 #ifdef TIOCSTI
1309 #if 0 || defined TIOCSTI
1313 (void)ioctl(TTY, TIOCSTI, &ch);
  /src/usr.sbin/sti/
sti.c 128 if (ioctl(fd, TIOCSTI, &ch) == -1)
  /src/sys/sys/
ttycom.h 129 #define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */
  /src/games/warp/
term.h 231 #ifdef TIOCSTI
233 #define forceme(c) ioctl(_tty_ch,TIOCSTI,Null(long*)) /* ghad! */
235 #define forceme(c) ioctl(_tty_ch,TIOCSTI,c) /* pass character in " " */
  /src/bin/csh/
file.c 187 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &c);
189 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &svchars[i]);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 180 unsigned IOCTL_TIOCSTI = TIOCSTI;
sanitizer_platform_limits_freebsd.cc 237 unsigned IOCTL_TIOCSTI = TIOCSTI;
sanitizer_common_interceptors_ioctl.inc 80 _(TIOCSTI, READ, sizeof(char));
sanitizer_platform_limits_posix.cc 522 unsigned IOCTL_TIOCSTI = TIOCSTI;
sanitizer_platform_limits_netbsd.cc 2159 unsigned IOCTL_TIOCSTI = TIOCSTI;
sanitizer_interceptors_ioctl_netbsd.inc 1248 _(TIOCSTI, READ, sizeof(char));
  /src/usr.sbin/wsmoused/
selection.c 703 if (ioctl(Selmouse.sm_ttyfd, TIOCSTI,
705 log_warn("ioctl(TIOCSTI)");
  /src/sys/kern/
tty.c 1057 case TIOCSTI:
1358 case TIOCSTI: /* simulate terminal input */

Completed in 27 milliseconds