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

  /src/bin/ksh/
tty.h 82 struct tchars tchars; member in struct:__anon23
tty.h 82 struct tchars tchars; member in struct:__anon23
  /src/bin/csh/
file.c 114 struct termios tchars; local
116 (void)tcgetattr(SHIN, &tchars);
119 tchars.c_cc[VEOL] = ESC;
120 if (tchars.c_lflag & ICANON)
123 tchars.c_lflag |= ICANON;
128 tchars.c_cc[VEOL] = _POSIX_VDISABLE;
132 (void)tcsetattr(SHIN, on, &tchars);
file.c 114 struct termios tchars; local
116 (void)tcgetattr(SHIN, &tchars);
119 tchars.c_cc[VEOL] = ESC;
120 if (tchars.c_lflag & ICANON)
123 tchars.c_lflag |= ICANON;
128 tchars.c_cc[VEOL] = _POSIX_VDISABLE;
132 (void)tcsetattr(SHIN, on, &tchars);
  /src/sys/sys/
ioctl_compat.h 46 struct tchars { struct
91 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */
92 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
ioctl_compat.h 46 struct tchars { struct
91 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */
92 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */

Completed in 28 milliseconds