Home
last modified time | relevance | path

Searched refs:tcgetattr (Results 1 – 25 of 188) sorted by relevance

12345678

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dterm.c30 tcgetattr (0, &t); in main()
36 tcgetattr (0, &t); in main()
39 tcgetattr (0, &t); in main()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dterm.c30 tcgetattr (0, &t); in main()
36 tcgetattr (0, &t); in main()
39 tcgetattr (0, &t); in main()
/netbsd/lib/libcurses/
H A Dtstp.c222 (void)tcgetattr(fileno(_cursesi_screen->infd), in __stopwin()
297 (void)tcgetattr(fileno(_cursesi_screen->infd), in __restartwin()
327 return tcgetattr(fileno(_cursesi_screen->infd), in def_prog_mode()
343 return tcgetattr(fileno(_cursesi_screen->infd), in def_shell_mode()
/netbsd/lib/libc/termios/
H A Dtcgetattr.c50 __weak_alias(tcgetattr,_tcgetattr) in __weak_alias() argument
54 tcgetattr(int fd, struct termios *t) in __weak_alias()
H A DMakefile.inc6 cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \
16 MLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfgetispeed.3 \
H A Dtcflow.c68 if (tcgetattr(fd, &term) == -1) in __weak_alias()
/netbsd/usr.bin/tip/aculib/
H A Ddf.c76 (void)tcgetattr(f, &cntrl); in df_dialer()
91 (void)tcgetattr(f, &cntrl); in df_dialer()
H A Dv831.c139 (void)tcgetattr(FD, &cntrl); in v831_disconnect()
206 (void)tcgetattr(AC, &cntrl); in dialit()
H A Dcourier.c72 (void)tcgetattr(FD, &cntrl); in cour_dialer()
228 (void)tcgetattr(FD, &cntrl); in cour_connect()
H A Dt3000.c69 (void)tcgetattr(FD, &cntrl); in t3000_dialer()
236 (void)tcgetattr(FD, &cntrl); in t3000_connect()
/netbsd/external/gpl3/gdb/dist/readline/readline/examples/
H A Drlptytest.c229 if(tcgetattr(fd, &save_termios) < 0) in tty_cbreak()
283 if(tcgetattr(fd, &buf) < 0) in tty_off_xon_xoff()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drlptytest.c229 if(tcgetattr(fd, &save_termios) < 0) in tty_cbreak()
283 if(tcgetattr(fd, &buf) < 0) in tty_off_xon_xoff()
/netbsd/lib/libc/gen/
H A Disatty.c57 return(tcgetattr(fd, &t) != -1); in __weak_alias()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.c45 tcgetattr (0, &termios); in main()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.c45 tcgetattr (0, &termios); in main()
/netbsd/usr.bin/rlogin/
H A Drlogin.c234 if (len < (int)(sizeof(term) - 1) && tcgetattr(0, &tty) == 0) { in main()
618 (void)tcgetattr(0, &tty); in oob()
623 (void)tcgetattr(0, &tty); in oob()
719 (void)tcgetattr(0, &deftty); in mode()
/netbsd/bin/csh/
H A Dfile.c116 (void)tcgetattr(SHIN, &tchars); in setup_tty()
147 (void)tcgetattr(SHOUT, &tty); in back_to_col_1()
174 (void)tcgetattr(SHOUT, &tty); in pushback()
379 (void)tcgetattr(SHOUT, &tty); in retype()
/netbsd/usr.bin/qsubst/
H A Dqsubst.c172 if (tcgetattr(0, &tio) < 0) { in sigtstp()
237 if (tcgetattr(0, &tio) < 0) in getc_cbreak()
568 tcgetattr(0, &orig_tio); in main()
/netbsd/games/warp/
H A Dterm.h190 #define tcgetattr(fd, ti) ioctl(fd, TCGETA, ti)
213 #define savetty() (tcgetattr(_tty_ch, &_oldtty),tcgetattr(_tty_ch, &_tty))
/netbsd/crypto/external/bsd/openssh/dist/
H A Dttymodes.c269 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_make_modes()
342 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_parse_modes()
/netbsd/games/hack/
H A Dhack.ioctl.c82 (void) tcgetattr(fileno(stdin), &termios); in getioctls()
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dkeywait.c54 tcgetattr(STDERR_FILENO, &term_attr); in key_wait()
/netbsd/external/bsd/openldap/dist/include/ac/
H A Dtermios.h31 #define GETATTR( fd, tiop ) tcgetattr((fd), (tiop))
/netbsd/external/gpl2/texinfo/dist/info/
H A Dterminal.c563 if (tcgetattr (fileno(stdout), &ti) != -1) in terminal_initialize_terminal()
710 tcgetattr (tty, &original_termios); in terminal_prep_terminal()
711 tcgetattr (tty, &ttybuff); in terminal_prep_terminal()
/netbsd/usr.bin/tip/
H A Dhunt.c90 (void)tcgetattr(FD, &cntrl); in hunt()

12345678