Home
last modified time | relevance | path

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

/netbsd/src/lib/libedit/
Dtty.h333 # ifdef VSTOP
334 # if NUMCC <= VSTOP
335 # undef VSTOP
Dtty.c408 #if defined(VSTOP)
671 #ifdef VSTOP in tty__getcharindex()
673 return VSTOP; in tty__getcharindex()
768 #ifdef VSTOP in tty__getchar()
769 s[C_STOP] = td->c_cc[VSTOP]; in tty__getchar()
850 #ifdef VSTOP in tty__setchar()
851 td->c_cc[VSTOP] = s[C_STOP]; in tty__setchar()
/netbsd/src/usr.bin/tset/
Dset.c73 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP); in reset_mode()
/netbsd/src/lib/libc/termios/
Dtcflow.c70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in __weak_alias()
/netbsd/src/libexec/getty/
Dinit.c75 { "xf", M(VSTOP), NULL }, /* XOFF (stop) char */
Dsubr.c158 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
/netbsd/src/sys/sys/
Dttydefaults.h103 [VSTOP] = CSTOP,
Dtermios.h68 #define VSTOP 13 /* IXON, IXOFF */ macro
/netbsd/src/crypto/external/bsd/openssh/dist/
Dttymodes.h76 TTYCHAR(VSTOP, 9)
/netbsd/src/bin/stty/
Dcchar.c74 { "stop", VSTOP, CSTOP },
/netbsd/src/sys/compat/common/
Dtty_43.c179 tc->t_stopc = tty_getctrlchar(tp, VSTOP); in compat_43_ttioctl()
190 tty_setctrlchar(tp, VSTOP, tc->t_stopc); in compat_43_ttioctl()
/netbsd/src/sys/compat/sunos/
Dsunos_ioctl.c232 bt->c_cc[VSTOP] = st->c_cc[9] ? st->c_cc[9] : _POSIX_VDISABLE; in stios2btios()
358 st->c_cc[9] = bt->c_cc[VSTOP] != _POSIX_VDISABLE? bt->c_cc[VSTOP]:0; in btios2stios()
/netbsd/src/sys/compat/sunos32/
Dsunos32_ioctl.c268 bt->c_cc[VSTOP] = st->c_cc[9] ? st->c_cc[9] : _POSIX_VDISABLE; in stios2btios()
394 st->c_cc[9] = bt->c_cc[VSTOP] != _POSIX_VDISABLE? bt->c_cc[VSTOP]:0; in btios2stios()
/netbsd/src/usr.bin/telnet/
Dexterns.h346 # define termStopChar new_tc.c_cc[VSTOP]
/netbsd/src/lib/libc/gen/
Dgetpass.c191 c == C(VSTOP, CTRL('s')) || c == C(VSTATUS, CTRL('t')) || in __weak_alias()
/netbsd/src/sys/compat/ultrix/
Dultrix_ioctl.c251 bt->c_cc[VSTOP] = EMUL_TO_NATIVE_CC(st->c_cc[11]); in stios2btios()
391 st->c_cc[11] = NATIVE_TO_EMUL_CC(bt->c_cc[VSTOP]); in btios2stios()
/netbsd/src/sys/kern/
Dtty.c718 if (CCEQ(cc[VSTOP], c)) { in ttyinput_wlock()
891 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) { in ttyinput_wlock()
1813 tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1814 putc(tp->t_cc[VSTOP], &tp->t_outq) == 0) { in ttyblock()
3189 if (c == tp->t_cc[VSTOP] && tp->t_cc[VSTOP] != _POSIX_VDISABLE) { in tty_try_xonxoff()
Dtty_pty.c1214 stop = ISSET(tp->t_iflag, IXON) && CCEQ(cc[VSTOP], CTRL('s')) in ptyioctl()
/netbsd/src/external/bsd/less/dist/
Dscreen.c516 #ifdef VSTOP in raw_mode()
517 s.c_cc[VSTOP] = 0; in raw_mode()
593 #ifdef VSTOP in raw_mode()
594 s.c_cc[VSTOP] = 0; in raw_mode()
/netbsd/src/libexec/telnetd/
Dsys_term.c141 setval(VSTOP, SLC_VARIABLE); in spcset()
/netbsd/src/sys/compat/linux/common/
Dlinux_termios.h457 bts->c_cc[VSTOP] = lts->c_cc[LINUX_VSTOP]; in linux32_termios_to_bsd_termios()
562 lts->c_cc[LINUX_VSTOP] = bts->c_cc[VSTOP]; in bsd_termios_to_linux32_termios()
/netbsd/src/sys/dev/usb/
Duftdi.c838 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]); in uftdi_param()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Demul_unix.c1397 #ifdef VSTOP in convert_to_solaris_termios()
1398 target.c_cc[SOLARIS_VSTOP] = host->c_cc[VSTOP]; in convert_to_solaris_termios()
/netbsd/src/sys/arch/hp300/dev/
Ddcm.c1397 c = tty_getctrlchar(tp, VSTOP); in dcmsetischeme()
/netbsd/src/external/bsd/ppp/usr.sbin/pppd/
Dsys-bsd.c726 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */ in set_up_tty()