/freebsd/contrib/libedit/ |
H A D | tty.h | 64 # if defined(VSTRT) && !defined(VSTART) 65 # define VSTART VSTRT macro 328 # ifdef VSTART 329 # if NUMCC <= VSTART 330 # undef VSTART
|
H A D | tty.c | 405 #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/contrib/tcsh/ |
H A D | ed.term.h | 53 # if defined(VSTRT) && !defined(VSTART) 54 # define VSTART VSTRT macro 379 # ifdef VSTART 380 # if NUMCC <= VSTART 381 # undef VSTART
|
H A D | mi.termios.c | 273 termios_p->c_cc[VSTART] = tcbuf.t_startc; 382 tcbuf.t_startc = termios_p->c_cc[VSTART];
|
H A D | ed.term.c | 480 # if defined(VSTART) || defined(TIOCGETC) 807 # ifdef VSTART in tty_getchar() 808 s[C_START] = n->c_cc[VSTART]; in tty_getchar() 943 # ifdef VSTART in tty_setchar() 944 n->c_cc[VSTART] = s[C_START]; in tty_setchar()
|
/freebsd/libexec/getty/ |
H A D | init.c | 66 { "xn", M(VSTART), NULL }, /* XON (start) char */
|
H A D | subr.c | 204 CV(VQUIT), CV(VSTART), CV(VSTOP),
|
/freebsd/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/contrib/telnet/telnet/ |
H A D | externs.h | 416 # ifndef VSTART 419 # define termStartChar new_tc.c_cc[VSTART]
|
H A D | terminal.c | 71 # ifndef VSTART
|
H A D | sys_bsd.c | 256 #ifndef VSTART in TerminalSaveState() 332 # ifndef VSTART in TerminalDefaultChars()
|
/freebsd/sys/sys/ |
H A D | _termios.h | 63 #define VSTART 12 /* IXON, IXOFF */ macro
|
/freebsd/bin/stty/ |
H A D | cchar.c | 63 { "start", VSTART, CSTART },
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 74 TTYCHAR(VSTART, 8)
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 133 cc[VSTART] = tc->t_startc; in ttsetcompat() 220 tc->t_startc = cc[VSTART]; in tty_ioctl_compat()
|
H A D | tty_ttydisc.c | 1152 if (!CMP_CC(VSTART, c)) in ttydisc_rint() 1155 if (CMP_CC(VSTART, c)) { in ttydisc_rint()
|
H A D | tty.c | 1816 tp->t_termios.c_cc[VSTART] == CTRL('Q')) in tty_generic_ioctl() 2069 tp->t_termios.c_cc[VSTART] != _POSIX_VDISABLE) { in tty_hiwat_in_unblock() 2075 &tp->t_termios.c_cc[VSTART], 1) == 0) in tty_hiwat_in_unblock()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 302 #if defined(VSTART) && defined(CSTART) in reset_tty_settings() 303 reset_char(VSTART, CSTART); in reset_tty_settings()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 264 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
|
/freebsd/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()
|
H A D | sys_term.c | 246 #ifdef VSTART in spcset() 247 setval(VSTART, SLC_VARIABLE); in spcset()
|
/freebsd/contrib/less/ |
H A D | screen.c | 502 #ifdef VSTART in raw_mode() 503 s.c_cc[VSTART] = 0; in raw_mode() 582 #ifdef VSTART in raw_mode() 583 s.c_cc[VSTART] = 0; in raw_mode()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 494 lios->c_cc[LINUX_VSTART] = bios->c_cc[VSTART]; in bsd_to_linux_termios() 612 bios->c_cc[VSTART] = lios->c_cc[LINUX_VSTART]; in linux_to_bsd_termios() 775 c = (args->arg == LINUX_TCIOFF) ? VSTOP : VSTART; in linux_ioctl_termio()
|