Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dtty.h333 # ifdef VSTOP
334 # if NUMCC <= VSTOP
335 # undef VSTOP
H A 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()
/dragonfly/usr.bin/window/
H A Dmain.c125 wwnewtty.ww_termios.c_cc[VSTOP] = in main()
126 wwoldtty.ww_termios.c_cc[VSTOP]; in main()
/dragonfly/contrib/tcsh-6/
H A Ded.term.h388 # ifdef VSTOP
389 # if NUMCC <= VSTOP
390 # undef VSTOP
H A Ded.term.c484 # if defined(VSTOP) || defined(TIOCGETC)
814 # ifdef VSTOP in tty_getchar()
815 s[C_STOP] = n->c_cc[VSTOP]; in tty_getchar()
954 # ifdef VSTOP in tty_setchar()
955 n->c_cc[VSTOP] = s[C_STOP]; in tty_setchar()
/dragonfly/usr.bin/tset/
H A Dset.c70 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP); in reset_mode()
/dragonfly/libexec/getty/
H A Dinit.c70 { "xf", M(VSTOP), NULL }, /* XOFF (stop) char */
H A Dsubr.c205 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
/dragonfly/usr.bin/telnet/
H A Dexterns.h402 # ifndef VSTOP
405 # define termStopChar new_tc.c_cc[VSTOP]
H A Dterminal.c70 # ifndef VSTOP
H A Dsys_bsd.c257 #ifndef VSTOP in TerminalSaveState()
333 # ifndef VSTOP in TerminalDefaultChars()
/dragonfly/sys/sys/
H A D_termios.h65 #define VSTOP 13 /* IXON, IXOFF */ macro
/dragonfly/bin/stty/
H A Dcchar.c71 { "stop", VSTOP, CSTOP },
/dragonfly/crypto/openssh/
H A Dttymodes.h75 TTYCHAR(VSTOP, 9)
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c221 #if defined(VSTOP) && defined(CSTOP) in reset_tty_settings()
222 reset_char(VSTOP, CSTOP); in reset_tty_settings()
/dragonfly/lib/libc/gen/
H A Dtermios.c258 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c383 #ifdef VSTOP
384 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
/dragonfly/libexec/telnetd/
H A Dsys_term.c297 #ifdef VSTOP in spcset()
298 setval(VSTOP, SLC_VARIABLE); in spcset()
/dragonfly/contrib/less/
H A Dscreen.c512 #ifdef VSTOP in raw_mode()
513 s.c_cc[VSTOP] = 0; in raw_mode()
589 #ifdef VSTOP in raw_mode()
590 s.c_cc[VSTOP] = 0; in raw_mode()
/dragonfly/sys/kern/
H A Dtty.c541 if (CCEQ(cc[VSTOP], c)) { in ttyinput()
726 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) { in ttyinput()
1524 if (ISSET(tp->t_iflag, IXOFF) && tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1525 clist_putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) in ttyblock()
H A Dtty_pty.c1305 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) in ptyioctl()
/dragonfly/sys/bus/u4b/serial/
H A Duftdi.c645 cfg->v_stop = t->c_cc[VSTOP]; in uftdi_set_parm_soft()
H A Dusb_serial.c2044 || tp->t_cc[VSTART] == tp->t_cc[VSTOP])) { in ucom_put_data()