Home
last modified time | relevance | path

Searched refs:VSTART (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12.1/lib/libedit/
H A Dtty.h65 # if defined(VSTRT) && !defined(VSTART)
66 # define VSTART VSTRT macro
329 # ifdef VSTART
330 # if NUMCC <= VSTART
331 # undef VSTART
H A Dtty.c406 #if defined(VSTART)
667 #ifdef VSTART in tty__getcharindex()
669 return VSTART; in tty__getcharindex()
765 #ifdef VSTART in tty__getchar()
766 s[C_START] = td->c_cc[VSTART]; in tty__getchar()
847 #ifdef VSTART in tty__setchar()
848 td->c_cc[VSTART] = s[C_START]; in tty__setchar()
/freebsd-12.1/contrib/tcsh/
H A Ded.term.h54 # if defined(VSTRT) && !defined(VSTART)
55 # define VSTART VSTRT macro
380 # ifdef VSTART
381 # if NUMCC <= VSTART
382 # undef 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)
810 # ifdef VSTART in tty_getchar()
811 s[C_START] = n->c_cc[VSTART]; in tty_getchar()
946 # ifdef VSTART in tty_setchar()
947 n->c_cc[VSTART] = s[C_START]; in tty_setchar()
/freebsd-12.1/usr.bin/tset/
H A Dset.c77 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
/freebsd-12.1/libexec/getty/
H A Dinit.c74 { "xn", M(VSTART), NULL }, /* XON (start) char */
/freebsd-12.1/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h404 # ifndef VSTART
407 # define termStartChar new_tc.c_cc[VSTART]
H A Dterminal.c58 # ifndef VSTART
H A Dsys_bsd.c205 #ifndef VSTART in TerminalSaveState()
272 # ifndef VSTART in TerminalDefaultChars()
/freebsd-12.1/contrib/telnet/telnet/
H A Dexterns.h416 # ifndef VSTART
419 # define termStartChar new_tc.c_cc[VSTART]
H A Dterminal.c73 # ifndef VSTART
H A Dsys_bsd.c258 #ifndef VSTART in TerminalSaveState()
334 # ifndef VSTART in TerminalDefaultChars()
/freebsd-12.1/sys/sys/
H A D_termios.h66 #define VSTART 12 /* IXON, IXOFF */ macro
/freebsd-12.1/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-12.1/crypto/openssh/
H A Dttymodes.h74 TTYCHAR(VSTART, 8)
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_ioctl.c200 bt->c_cc[VSTART] =
297 bt->c_cc[VSTART] != _POSIX_VDISABLE ? bt->c_cc[VSTART] : 0;
/freebsd-12.1/contrib/ncurses/progs/
H A Dtset.c783 #if defined(VSTART) && defined(CSTART) in reset_mode()
784 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
/freebsd-12.1/sys/kern/
H A Dtty_compat.c137 cc[VSTART] = tc->t_startc; in ttsetcompat()
224 tc->t_startc = cc[VSTART]; in tty_ioctl_compat()
H A Dtty_ttydisc.c965 if (!CMP_CC(VSTART, c)) in ttydisc_rint()
968 if (CMP_CC(VSTART, c)) { in ttydisc_rint()
/freebsd-12.1/lib/libc/gen/
H A Dtermios.c268 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
/freebsd-12.1/contrib/opie/
H A Dopielogin.c935 #ifdef VSTART
937 attr.c_cc[VSTART] = CSTART;
939 attr.c_cc[VSTART] = CONTROL('Q');
/freebsd-12.1/sys/dev/rc/
H A Drc.c750 || (tp->t_cc[VSTART] == tp->t_cc[VSTOP]))) { in rc_pollcard()
949 && ( ts->c_cc[VSTART] != _POSIX_VDISABLE in rc_param()
977 if (ts->c_cc[VSTART] != _POSIX_VDISABLE) in rc_param()
978 rcout(sc, CD180_SCHR1, ts->c_cc[VSTART]); in rc_param()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1284 vstart = tsp->c_cc[VSTART]; in readstream()
1294 vstart = tp->c_cc[VSTART]; in readstream()
/freebsd-12.1/contrib/telnet/telnetd/
H A Dsys_term.c299 #ifdef VSTART in spcset()
300 setval(VSTART, SLC_VARIABLE); in spcset()

12