HomeSort by: relevance | last modified time | path
    Searched refs:VSTOP (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/termios/
tcflow.c 70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
  /src/libexec/getty/
init.c 75 { "xf", M(VSTOP), NULL }, /* XOFF (stop) char */
subr.c 158 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
  /src/sys/sys/
ttydefaults.h 103 [VSTOP] = CSTOP,
termios.h 68 #define VSTOP 13 /* IXON, IXOFF */
  /src/lib/libedit/
tty.h 333 # ifdef VSTOP
334 # if NUMCC <= VSTOP
335 # undef VSTOP
336 # endif /* NUMCC <= VSTOP */
337 # endif /* VSTOP */
tty.c 408 #if defined(VSTOP)
410 #endif /* VSTOP */
671 #ifdef VSTOP
673 return VSTOP;
674 #endif /* VSTOP */
768 #ifdef VSTOP
769 s[C_STOP] = td->c_cc[VSTOP];
770 #endif /* VSTOP */
850 #ifdef VSTOP
851 td->c_cc[VSTOP] = s[C_STOP]
    [all...]
  /src/bin/stty/
cchar.c 74 { "stop", VSTOP, CSTOP },
  /src/usr.bin/tset/
set.c 73 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
  /src/lib/libc/gen/
getpass.c 191 c == C(VSTOP, CTRL('s')) || c == C(VSTATUS, CTRL('t')) ||
  /src/usr.bin/telnet/
externs.h 346 # define termStopChar new_tc.c_cc[VSTOP]
  /src/sys/compat/common/
tty_43.c 179 tc->t_stopc = tty_getctrlchar(tp, VSTOP);
190 tty_setctrlchar(tp, VSTOP, tc->t_stopc);
  /src/sys/compat/sunos/
sunos_ioctl.c 232 bt->c_cc[VSTOP] = st->c_cc[9] ? st->c_cc[9] : _POSIX_VDISABLE;
358 st->c_cc[9] = bt->c_cc[VSTOP] != _POSIX_VDISABLE? bt->c_cc[VSTOP]:0;
  /src/sys/compat/sunos32/
sunos32_ioctl.c 268 bt->c_cc[VSTOP] = st->c_cc[9] ? st->c_cc[9] : _POSIX_VDISABLE;
394 st->c_cc[9] = bt->c_cc[VSTOP] != _POSIX_VDISABLE? bt->c_cc[VSTOP]:0;
  /src/sys/kern/
tty.c 718 if (CCEQ(cc[VSTOP], c)) {
727 * if VSTART == VSTOP then toggle
891 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) {
1813 tp->t_cc[VSTOP] != _POSIX_VDISABLE &&
1814 putc(tp->t_cc[VSTOP], &tp->t_outq) == 0) {
3189 if (c == tp->t_cc[VSTOP] && tp->t_cc[VSTOP] != _POSIX_VDISABLE) {
tty_pty.c 1214 stop = ISSET(tp->t_iflag, IXON) && CCEQ(cc[VSTOP], CTRL('s'))
  /src/libexec/telnetd/
sys_term.c 141 setval(VSTOP, SLC_VARIABLE);
  /src/sys/compat/linux/common/
linux_termios.h 457 bts->c_cc[VSTOP] = lts->c_cc[LINUX_VSTOP];
562 lts->c_cc[LINUX_VSTOP] = bts->c_cc[VSTOP];
  /src/sys/compat/ultrix/
ultrix_ioctl.c 251 bt->c_cc[VSTOP] = EMUL_TO_NATIVE_CC(st->c_cc[11]);
391 st->c_cc[11] = NATIVE_TO_EMUL_CC(bt->c_cc[VSTOP]);
  /src/sys/dev/usb/
uftdi.c 838 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]);
  /src/sys/arch/hp300/dev/
dcm.c 1397 c = tty_getctrlchar(tp, VSTOP);

Completed in 30 milliseconds