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

1 2

  /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 63 VSTOP
162 enum VSTOP = 9;
259 enum VSTOP = 13;
356 enum VSTOP = 13;
453 enum VSTOP = 13;
550 enum VSTOP = 13;
647 enum VSTOP = 13;
744 enum VSTOP = 9;
  /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/external/gpl3/gdb/dist/readline/readline/
rltty.c 380 #ifdef VSTOP
381 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltty.c 381 #ifdef VSTOP
382 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
  /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) {
  /src/libexec/telnetd/
sys_term.c 141 setval(VSTOP, SLC_VARIABLE);
  /src/external/bsd/less/dist/
screen.c 516 #ifdef VSTOP
517 s.c_cc[VSTOP] = 0;
593 #ifdef VSTOP
594 s.c_cc[VSTOP] = 0;
  /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/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 1400 #ifdef VSTOP
1401 target.c_cc[SOLARIS_VSTOP] = host->c_cc[VSTOP];
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 1400 #ifdef VSTOP
1401 target.c_cc[SOLARIS_VSTOP] = host->c_cc[VSTOP];
  /src/sys/dev/usb/
uftdi.c 838 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]);

Completed in 116 milliseconds

1 2