Home
last modified time | relevance | path

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

123

/minix/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.inc7 cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \
14 MLINKS+=tcsetattr.3 tcgetattr.3 tcsetattr.3 cfgetispeed.3 \
H A Dtcflow.c68 if (tcgetattr(fd, &term) == -1) in __weak_alias()
/minix/lib/libcurses/
H A Dtstp.c225 (void) tcgetattr(fileno(_cursesi_screen->infd), in __stopwin()
300 (void) tcgetattr(fileno(_cursesi_screen->infd), in __restartwin()
329 return tcgetattr(fileno(_cursesi_screen->infd), in def_prog_mode()
344 return tcgetattr(fileno(_cursesi_screen->infd), in def_shell_mode()
H A Dtty.c111 if (tcgetattr(fileno(screen->infd), &screen->orig_termios)) { in _cursesi_gettmode()
113 if (tcgetattr(fileno(screen->infd), &screen->orig_termios)) { in _cursesi_gettmode()
602 return tcgetattr(fileno(_cursesi_screen->infd), in savetty()
/minix/lib/libc/gen/
H A Disatty.c57 return(tcgetattr(fd, &t) != -1); in __weak_alias()
H A Dttyname.c77 if (tcgetattr(fd, &ttyb) == -1) in __weak_alias()
/minix/usr.bin/telnet/
H A Dsys_bsd.c85 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
90 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
94 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
207 tcgetattr(0, &old_tc); in TerminalSaveState()
305 tcgetattr(tin, &tmp_tc); in TerminalNewMode()
/minix/minix/lib/libc/gen/
H A Dgetpass.c46 tcgetattr(fd, &cooked); in getpass()
/minix/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()
/minix/external/bsd/bind/dist/lib/isc/unix/
H A Dkeyboard.c53 if (tcgetattr(fd, &keyboard->saved_mode) < 0) { in isc_keyboard_open()
/minix/tests/kernel/kqueue/read/
H A Dt_ttypty.c82 RL(tcgetattr(acurrent, &tio)); in h_check()
/minix/lib/libterminfo/
H A Dcurterm.c69 if (tcgetattr(term->fildes, &termios) == 0) { in _ti_setospeed()
/minix/bin/stty/
H A Dstty.c102 if (tcgetattr(i.fd, &i.t) < 0) in main()
/minix/external/bsd/top/dist/
H A Dscreen.c352 if (tcgetattr(STDOUT, &old_settings) == -1) in screen_readtermcap()
423 if (tcgetattr(STDOUT, &old_settings) != -1) in screen_init()
/minix/external/bsd/nvi/dist/cl/
H A Dcl_main.c210 if (tcgetattr(STDIN_FILENO, &clp->orig) == -1) in cl_init()
213 if (tcgetattr(fd, &clp->orig) == -1) { in cl_init()
H A Dcl_funcs.c762 (void)tcgetattr(STDIN_FILENO, &t); in cl_suspend()
797 (void)tcgetattr(STDIN_FILENO, &t); in cl_suspend()
H A Dcl_read.c218 if (LF_ISSET(EC_QUOTED | EC_RAW) && !tcgetattr(STDIN_FILENO, &term1)) { in cl_read()
/minix/minix/commands/zmodem/
H A Drbsb.c183 (void) tcgetattr(iofd, &oldtty);
208 (void) tcgetattr(iofd, &oldtty);
/minix/sys/sys/
H A Dtermios.h268 int tcgetattr(int, struct termios *);
/minix/bin/ksh/
H A Dtty.c24 ret = tcgetattr(fd, ts);
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dui.c147 tcgetattr(fileno(tty), &t_old); in read_string()
/minix/minix/commands/term/
H A Dterm.c148 if (tcgetattr(0, &tcsavestdin) < 0) {
162 if (tcgetattr(commfd, &tccomm) < 0) {
/minix/minix/commands/recwave/
H A Drecwave.c201 tcgetattr(0, &old_tty); in main()
/minix/external/bsd/tmux/dist/
H A Dcmd-new-session.c140 if (tcgetattr(c->tty.fd, &tio) != 0) in cmd_new_session_exec()

123