HomeSort by: relevance | last modified time | path
    Searched defs:TIOCGETC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
termdep.h 43 # undef TIOCGETC
terminal.c 674 # if defined(TIOCGETC) && defined(M_XENIX)
675 /* SCO 3.2v5.0.2 defines but does not support TIOCGETC. Gak. Maybe
678 # undef TIOCGETC
681 # if defined (TIOCGETC)
788 # if defined (TIOCGETC)
792 ioctl (tty, TIOCGETC, &original_tchars);
811 # endif /* TIOCGETC */
859 # if defined (TIOCGETC)
861 # endif /* TIOCGETC */
  /src/sys/sys/
ioctl_compat.h 92 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */

Completed in 15 milliseconds