Searched refs:VSTOP (Results 1 – 20 of 20) sorted by relevance
/openbsd/lib/libedit/ |
H A D | tty.h | 334 # ifdef VSTOP 335 # if NUMCC <= VSTOP 336 # undef VSTOP
|
H A D | tty.c | 402 #if defined(VSTOP) 664 #ifdef VSTOP in tty__getcharindex() 666 return VSTOP; in tty__getcharindex() 761 #ifdef VSTOP in tty__getchar() 762 s[C_STOP] = td->c_cc[VSTOP]; in tty__getchar() 843 #ifdef VSTOP in tty__setchar() 844 td->c_cc[VSTOP] = s[C_STOP]; in tty__setchar()
|
/openbsd/lib/libc/termios/ |
H A D | tcflow.c | 51 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
|
/openbsd/libexec/getty/ |
H A D | init.c | 61 { "xf", &tmode.c_cc[VSTOP] }, /* XOFF (stop) char */
|
H A D | subr.c | 143 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | genchars.pl | 62 VSTOP => "STOP",
|
/openbsd/bin/stty/ |
H A D | cchar.c | 68 { "stop", VSTOP, CSTOP },
|
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.h | 75 TTYCHAR(VSTOP, 9)
|
/openbsd/sys/sys/ |
H A D | termios.h | 68 #define VSTOP 13 /* IXON, IXOFF */ macro
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 224 #if defined(VSTOP) && defined(CSTOP) in reset_tty_settings() 225 reset_char(VSTOP, CSTOP); in reset_tty_settings()
|
/openbsd/usr.bin/telnet/ |
H A D | externs.h | 280 # define termStopChar new_tc.c_cc[VSTOP]
|
/openbsd/gnu/lib/libreadline/ |
H A D | rltty.c | 437 #ifdef VSTOP 438 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
|
/openbsd/sys/net/ |
H A D | ppp_tty.c | 822 if (c == tp->t_cc[VSTOP] && tp->t_cc[VSTOP] != _POSIX_VDISABLE) { in pppinput()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | Makefile.PL | 67 VSTART VSTOP VSUSP VTIME WNOHANG WUNTRACED W_OK X_OK
|
/openbsd/sys/kern/ |
H A D | tty.c | 376 if (CCEQ(cc[VSTOP], c)) { in ttyinput() 584 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) in ttyinput() 1337 tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock() 1338 putc(tp->t_cc[VSTOP], &tp->t_outq) == 0) { in ttyblock()
|
H A D | tty_pty.c | 924 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) && in ptyioctl()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 73 VERASE VINTR VKILL VMIN VQUIT VSTART VSTOP VSUSP VTIME
|
/openbsd/usr.sbin/pppd/ |
H A D | sys-bsd.c | 438 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */ in set_up_tty()
|
/openbsd/sys/dev/usb/ |
H A D | uftdi.c | 1080 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]); in uftdi_param()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pod | 2558 C<VEOF> C<VEOL> C<VERASE> C<VINTR> C<VKILL> C<VQUIT> C<VSUSP> C<VSTART> C<VSTOP> C<VMIN> C<VTIME> C…
|