Searched refs:VSTOP (Results 1 - 25 of 37) sorted by last modified time

12

/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c307 #ifdef VSTOP
308 setval(VSTOP, SLC_VARIABLE);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c496 lios->c_cc[LINUX_VSTOP] = bios->c_cc[VSTOP];
636 bios->c_cc[VSTOP] = lios->c_cc[LINUX_VSTOP];
800 c = (args->arg == LINUX_TCIOFF) ? VSTOP : VSTART;
/freebsd-9.3-release/bin/stty/
H A Dcchar.c74 { "stop", VSTOP, CSTOP },
/freebsd-9.3-release/lib/libedit/
H A Dtty.c399 #if defined(VSTOP)
401 #endif /* VSTOP */
616 #ifdef VSTOP
618 return VSTOP;
619 #endif /* VSTOP */
713 #ifdef VSTOP
714 s[C_STOP] = td->c_cc[VSTOP];
715 #endif /* VSTOP */
795 #ifdef VSTOP
796 td->c_cc[VSTOP]
[all...]
H A Dtty.h334 # ifdef VSTOP
335 # if NUMCC <= VSTOP
336 # undef VSTOP macro
337 # endif /* NUMCC <= VSTOP */
338 # endif /* VSTOP */
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c256 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c928 #ifdef VSTOP
930 attr.c_cc[VSTOP] = CSTOP;
932 attr.c_cc[VSTOP] = CONTROL('S');
934 #endif /* VSTOP */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.c486 # if defined(VSTOP) || defined(TIOCGETC)
488 # endif /* VSTOP */
813 # ifdef VSTOP
814 s[C_STOP] = n->c_cc[VSTOP];
815 # endif /* VSTOP */
949 # ifdef VSTOP
950 n->c_cc[VSTOP] = s[C_STOP];
951 # endif /* VSTOP */
H A Ded.term.h377 # ifdef VSTOP
378 # if NUMCC <= VSTOP
379 # undef VSTOP macro
380 # endif /* NUMCC <= VSTOP */
381 # endif /* VSTOP */
H A Dmi.termios.c276 termios_p->c_cc[VSTOP] = tcbuf.t_stopc;
385 tcbuf.t_stopc = termios_p->c_cc[VSTOP];
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c763 #if defined(VSTOP) && defined(CSTOP)
764 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h421 # ifndef VSTOP
424 # define termStopChar new_tc.c_cc[VSTOP]
H A Dsys_bsd.c264 #ifndef VSTOP
340 # ifndef VSTOP
H A Dterminal.c80 # ifndef VSTOP
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c447 #ifdef VSTOP
448 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c76 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h410 # ifndef VSTOP
413 # define termStopChar new_tc.c_cc[VSTOP]
H A Dsys_bsd.c208 #ifndef VSTOP
275 # ifndef VSTOP
H A Dterminal.c61 # ifndef VSTOP
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c245 #ifdef VSTOP
246 setval(VSTOP, SLC_VARIABLE);
H A Dtelnetd.c1283 vstop = tsp->c_cc[VSTOP];
1293 vstop = tp->c_cc[VSTOP];
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h84 TTYCHAR(VSTOP, 9)
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsio.c2097 || tp->t_cc[VSTART] == tp->t_cc[VSTOP])) {
/freebsd-9.3-release/sys/sys/
H A D_termios.h65 #define VSTOP 13 /* IXON, IXOFF */ macro
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c138 cc[VSTOP] = tc->t_stopc;
225 tc->t_stopc = cc[VSTOP];

Completed in 168 milliseconds

12