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

12

/freebsd-9.3-release/libexec/getty/
H A Dinit.c73 { "xn", &omode.c_cc[VSTART] }, /* XON (start) char */
H A Dsubr.c228 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
/freebsd-9.3-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-9.3-release/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.c396 #if defined(VSTART)
398 #endif /* VSTART */
612 #ifdef VSTART
614 return VSTART;
615 #endif /* VSTART */
710 #ifdef VSTART
711 s[C_START] = td->c_cc[VSTART];
712 #endif /* VSTART */
792 #ifdef VSTART
793 td->c_cc[VSTART]
[all...]
/freebsd-9.3-release/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dterminal.c77 # ifndef VSTART
H A Dexterns.h416 # ifndef VSTART
419 # define termStartChar new_tc.c_cc[VSTART]
H A Dsys_bsd.c261 #ifndef VSTART
337 # ifndef VSTART
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c58 # ifndef VSTART
H A Dexterns.h405 # ifndef VSTART
408 # define termStartChar new_tc.c_cc[VSTART]
H A Dsys_bsd.c205 #ifndef VSTART
272 # ifndef VSTART
/freebsd-9.3-release/sys/sys/
H A D_termios.h64 #define VSTART 12 /* IXON, IXOFF */ macro
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h83 TTYCHAR(VSTART, 8)
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c75 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c256 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c137 cc[VSTART] = tc->t_startc;
224 tc->t_startc = cc[VSTART];
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c444 #ifdef VSTART
445 _rl_tty_chars.t_start = tiop->c_cc[VSTART];
/freebsd-9.3-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-9.3-release/contrib/ncurses/progs/
H A Dtset.c760 #if defined(VSTART) && defined(CSTART)
761 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c239 #ifdef VSTART
240 setval(VSTART, SLC_VARIABLE);

Completed in 344 milliseconds

12