Searched refs:VSTART (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/libexec/getty/
H A Dinit.c69 { "xn", &omode.c_cc[VSTART] }, /* XON (start) char */
H A Dsubr.c211 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
/freebsd-11-stable/lib/libedit/
H A Dtty.h65 # if defined(VSTRT) && !defined(VSTART)
66 # define VSTART VSTRT macro
67 # endif /* VSTRT && ! VSTART */
329 # ifdef VSTART
330 # if NUMCC <= VSTART
331 # undef VSTART macro
332 # endif /* NUMCC <= VSTART */
333 # endif /* VSTART */
H A Dtty.c406 #if defined(VSTART)
408 #endif /* VSTART */
667 #ifdef VSTART
669 return VSTART;
670 #endif /* VSTART */
765 #ifdef VSTART
766 s[C_START] = td->c_cc[VSTART];
767 #endif /* VSTART */
847 #ifdef VSTART
848 td->c_cc[VSTART]
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h53 # if defined(VSTRT) && !defined(VSTART)
54 # define VSTART VSTRT macro
55 # endif /* VSTRT && ! VSTART */
379 # ifdef VSTART
380 # if NUMCC <= VSTART
381 # undef VSTART macro
382 # endif /* NUMCC <= VSTART */
383 # endif /* VSTART */
H A Dmi.termios.c273 termios_p->c_cc[VSTART] = tcbuf.t_startc;
382 tcbuf.t_startc = termios_p->c_cc[VSTART];
H A Ded.term.c480 # if defined(VSTART) || defined(TIOCGETC)
482 # endif /* VSTART */
807 # ifdef VSTART
808 s[C_START] = n->c_cc[VSTART];
809 # endif /* VSTART */
943 # ifdef VSTART
944 n->c_cc[VSTART] = s[C_START];
945 # endif /* VSTART */
/freebsd-11-stable/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c58 # ifndef VSTART
H A Dexterns.h404 # ifndef VSTART
407 # define termStartChar new_tc.c_cc[VSTART]
H A Dsys_bsd.c205 #ifndef VSTART
272 # ifndef VSTART
/freebsd-11-stable/sys/sys/
H A D_termios.h64 #define VSTART 12 /* IXON, IXOFF */ macro
/freebsd-11-stable/contrib/telnet/telnet/
H A Dterminal.c73 # ifndef VSTART
H A Dexterns.h416 # ifndef VSTART
419 # define termStartChar new_tc.c_cc[VSTART]
H A Dsys_bsd.c258 #ifndef VSTART
334 # ifndef VSTART
/freebsd-11-stable/usr.bin/tset/
H A Dset.c75 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h83 TTYCHAR(VSTART, 8)
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c268 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c137 cc[VSTART] = tc->t_startc;
224 tc->t_startc = cc[VSTART];
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c444 #ifdef VSTART
445 _rl_tty_chars.t_start = tiop->c_cc[VSTART];
/freebsd-11-stable/sys/dev/rc/
H A Drc.c748 || (tp->t_cc[VSTART] == tp->t_cc[VSTOP]))) {
947 && ( ts->c_cc[VSTART] != _POSIX_VDISABLE
975 if (ts->c_cc[VSTART] != _POSIX_VDISABLE)
976 rcout(sc, CD180_SCHR1, ts->c_cc[VSTART]);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c783 #if defined(VSTART) && defined(CSTART)
784 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c935 #ifdef VSTART
937 attr.c_cc[VSTART] = CSTART;
939 attr.c_cc[VSTART] = CONTROL('Q');
941 #endif /* VSTART */
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c198 bt->c_cc[VSTART] =
295 bt->c_cc[VSTART] != _POSIX_VDISABLE ? bt->c_cc[VSTART] : 0;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c246 #ifdef VSTART
247 setval(VSTART, SLC_VARIABLE);

Completed in 285 milliseconds

12