| /freebsd-12.1/lib/libedit/ |
| H A D | tty.h | 65 # if defined(VSTRT) && !defined(VSTART) 66 # define VSTART VSTRT macro 329 # ifdef VSTART 330 # if NUMCC <= VSTART 331 # undef VSTART
|
| H A D | tty.c | 406 #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 D | ed.term.h | 54 # if defined(VSTRT) && !defined(VSTART) 55 # define VSTART VSTRT macro 380 # ifdef VSTART 381 # if NUMCC <= VSTART 382 # undef VSTART
|
| H A D | mi.termios.c | 275 termios_p->c_cc[VSTART] = tcbuf.t_startc; 384 tcbuf.t_startc = termios_p->c_cc[VSTART];
|
| H A D | ed.term.c | 483 # 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 D | set.c | 77 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART); in reset_mode()
|
| /freebsd-12.1/libexec/getty/ |
| H A D | init.c | 74 { "xn", M(VSTART), NULL }, /* XON (start) char */
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | externs.h | 404 # ifndef VSTART 407 # define termStartChar new_tc.c_cc[VSTART]
|
| H A D | terminal.c | 58 # ifndef VSTART
|
| H A D | sys_bsd.c | 205 #ifndef VSTART in TerminalSaveState() 272 # ifndef VSTART in TerminalDefaultChars()
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | externs.h | 416 # ifndef VSTART 419 # define termStartChar new_tc.c_cc[VSTART]
|
| H A D | terminal.c | 73 # ifndef VSTART
|
| H A D | sys_bsd.c | 258 #ifndef VSTART in TerminalSaveState() 334 # ifndef VSTART in TerminalDefaultChars()
|
| /freebsd-12.1/sys/sys/ |
| H A D | _termios.h | 66 #define VSTART 12 /* IXON, IXOFF */ macro
|
| /freebsd-12.1/bin/stty/ |
| H A D | cchar.c | 72 { "start", VSTART, CSTART },
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ttymodes.h | 74 TTYCHAR(VSTART, 8)
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_ioctl.c | 200 bt->c_cc[VSTART] = 297 bt->c_cc[VSTART] != _POSIX_VDISABLE ? bt->c_cc[VSTART] : 0;
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tset.c | 783 #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 D | tty_compat.c | 137 cc[VSTART] = tc->t_startc; in ttsetcompat() 224 tc->t_startc = cc[VSTART]; in tty_ioctl_compat()
|
| H A D | tty_ttydisc.c | 965 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 D | termios.c | 268 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
|
| /freebsd-12.1/contrib/opie/ |
| H A D | opielogin.c | 935 #ifdef VSTART 937 attr.c_cc[VSTART] = CSTART; 939 attr.c_cc[VSTART] = CONTROL('Q');
|
| /freebsd-12.1/sys/dev/rc/ |
| H A D | rc.c | 750 || (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 D | telnetd.c | 1284 vstart = tsp->c_cc[VSTART]; in readstream() 1294 vstart = tp->c_cc[VSTART]; in readstream()
|
| /freebsd-12.1/contrib/telnet/telnetd/ |
| H A D | sys_term.c | 299 #ifdef VSTART in spcset() 300 setval(VSTART, SLC_VARIABLE); in spcset()
|