Home
last modified time | relevance | path

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

12

/freebsd/contrib/libedit/
H A Dtty.h64 # if defined(VSTRT) && !defined(VSTART)
65 # define VSTART VSTRT macro
328 # ifdef VSTART
329 # if NUMCC <= VSTART
330 # undef VSTART
H A Dtty.c405 #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 Ded.term.h53 # if defined(VSTRT) && !defined(VSTART)
54 # define VSTART VSTRT macro
379 # ifdef VSTART
380 # if NUMCC <= VSTART
381 # undef VSTART
H A Dmi.termios.c273 termios_p->c_cc[VSTART] = tcbuf.t_startc;
382 tcbuf.t_startc = termios_p->c_cc[VSTART];
H A Ded.term.c480 # 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 Dinit.c66 { "xn", M(VSTART), NULL }, /* XON (start) char */
H A Dsubr.c204 CV(VQUIT), CV(VSTART), CV(VSTOP),
/freebsd/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/contrib/telnet/telnet/
H A Dexterns.h416 # ifndef VSTART
419 # define termStartChar new_tc.c_cc[VSTART]
H A Dterminal.c71 # ifndef VSTART
H A Dsys_bsd.c256 #ifndef VSTART in TerminalSaveState()
332 # ifndef VSTART in TerminalDefaultChars()
/freebsd/sys/sys/
H A D_termios.h63 #define VSTART 12 /* IXON, IXOFF */ macro
/freebsd/bin/stty/
H A Dcchar.c63 { "start", VSTART, CSTART },
/freebsd/crypto/openssh/
H A Dttymodes.h74 TTYCHAR(VSTART, 8)
/freebsd/sys/kern/
H A Dtty_compat.c133 cc[VSTART] = tc->t_startc; in ttsetcompat()
220 tc->t_startc = cc[VSTART]; in tty_ioctl_compat()
H A Dtty_ttydisc.c1152 if (!CMP_CC(VSTART, c)) in ttydisc_rint()
1155 if (CMP_CC(VSTART, c)) { in ttydisc_rint()
H A Dtty.c1816 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 Dreset_cmd.c302 #if defined(VSTART) && defined(CSTART) in reset_tty_settings()
303 reset_char(VSTART, CSTART); in reset_tty_settings()
/freebsd/lib/libc/gen/
H A Dtermios.c264 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1284 vstart = tsp->c_cc[VSTART]; in readstream()
1294 vstart = tp->c_cc[VSTART]; in readstream()
H A Dsys_term.c246 #ifdef VSTART in spcset()
247 setval(VSTART, SLC_VARIABLE); in spcset()
/freebsd/contrib/less/
H A Dscreen.c502 #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 Dlinux_ioctl.c494 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()

12