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

12

/freebsd-11.0-release/libexec/getty/
H A Dinit.c69 { "xn", &omode.c_cc[VSTART] }, /* XON (start) char */
H A Dsubr.c212 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
/freebsd-11.0-release/contrib/tcsh/
H A Ded.term.h54 # if defined(VSTRT) && !defined(VSTART)
55 # define VSTART VSTRT macro
56 # endif /* VSTRT && ! VSTART */
372 # ifdef VSTART
373 # if NUMCC <= VSTART
374 # undef VSTART macro
375 # endif /* NUMCC <= VSTART */
376 # endif /* VSTART */
H A Dmi.termios.c275 termios_p->c_cc[VSTART] = tcbuf.t_startc;
384 tcbuf.t_startc = termios_p->c_cc[VSTART];
H A Ded.term.c483 # if defined(VSTART) || defined(TIOCGETC)
485 # endif /* VSTART */
810 # ifdef VSTART
811 s[C_START] = n->c_cc[VSTART];
812 # endif /* VSTART */
946 # ifdef VSTART
947 n->c_cc[VSTART] = s[C_START];
948 # endif /* VSTART */
/freebsd-11.0-release/lib/libedit/
H A Dtty.h67 # if defined(VSTRT) && !defined(VSTART)
68 # define VSTART VSTRT macro
69 # endif /* VSTRT && ! VSTART */
331 # ifdef VSTART
332 # if NUMCC <= VSTART
333 # undef VSTART macro
334 # endif /* NUMCC <= VSTART */
335 # endif /* VSTART */
H A Dtty.c404 #if defined(VSTART)
406 #endif /* VSTART */
657 #ifdef VSTART
659 return VSTART;
660 #endif /* VSTART */
755 #ifdef VSTART
756 s[C_START] = td->c_cc[VSTART];
757 #endif /* VSTART */
837 #ifdef VSTART
838 td->c_cc[VSTART]
[all...]
/freebsd-11.0-release/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.0-release/contrib/telnet/telnet/
H A Dterminal.c77 # ifndef VSTART
H A Dexterns.h420 # ifndef VSTART
423 # define termStartChar new_tc.c_cc[VSTART]
H A Dsys_bsd.c262 #ifndef VSTART
338 # ifndef VSTART
/freebsd-11.0-release/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-11.0-release/sys/sys/
H A D_termios.h64 #define VSTART 12 /* IXON, IXOFF */ macro
/freebsd-11.0-release/crypto/openssh/
H A Dttymodes.h83 TTYCHAR(VSTART, 8)
/freebsd-11.0-release/usr.bin/tset/
H A Dset.c75 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-11.0-release/lib/libc/gen/
H A Dtermios.c268 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/freebsd-11.0-release/sys/kern/
H A Dtty_compat.c137 cc[VSTART] = tc->t_startc;
224 tc->t_startc = cc[VSTART];
/freebsd-11.0-release/contrib/libreadline/
H A Drltty.c444 #ifdef VSTART
445 _rl_tty_chars.t_start = tiop->c_cc[VSTART];
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c246 #ifdef VSTART
247 setval(VSTART, SLC_VARIABLE);

Completed in 132 milliseconds

12