Searched refs:termio (Results 1 – 16 of 16) sorted by relevance
86 struct termios termio; in set_terminal() local89 if (!tcgetattr(fd, &termio) && old) *old = termio; in set_terminal()96 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal()97 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8; in set_terminal()100 termio.c_oflag = ONLCR|OPOST; in set_terminal()110 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN; in set_terminal()112 if (raw) cfmakeraw(&termio); in set_terminal()114 return tcsetattr(fd, TCSANOW, &termio); in set_terminal()
22 struct termio { struct
53 struct termio { struct
179 # define struct_term struct termio
79 struct termio tio; in decode_termio()
100 struct termio old_tty, new_tty; in repl_getch()
113 struct termio old_tty, new_tty; in repl_getch()
420 unsigned struct_termio_sz = sizeof(struct termio);
1236 #define vki_termio termio
456 /* Define to 1 if you have the <termio.h> header file. */
474 #define mksh_ttyst struct termio
668 /* Define to 1 if you have the <termio.h> header file. */
615 check_include_file_concat("termio.h" HAVE_TERMIO_H)
2905 termio.h \
863 termio.h
10373 …emaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime…