Home
last modified time | relevance | path

Searched refs:t_startc (Results 1 – 15 of 15) sorted by relevance

/original-bsd/usr.bin/window/
H A Dmain.c107 wwnewtty.ww_tchars.t_startc = wwoldtty.ww_tchars.t_startc;
H A Dwwinit.c54 wwnewtty.ww_tchars.t_startc = -1; in wwinit()
/original-bsd/libexec/getty/
H A Dinit.c42 { "xn", &tc.t_startc }, /* XON (start) char */
H A Dsubr.c125 &tc.t_quitc, &tc.t_startc, &tc.t_stopc,
/original-bsd/old/lib2648/
H A Dttyinit.c34 _ntch.t_quitc = _ntch.t_startc = _ntch.t_stopc = -1; in ttyinit()
/original-bsd/usr.bin/tset/
H A Dreset.c38 reset(&tbuf.t_startc, CSTART); in main()
/original-bsd/sys/sys/
H A Dioctl_compat.h24 char t_startc; /* start output */ member
/original-bsd/usr.bin/telnet/
H A Dexterns.h303 # define termStartChar ntc.t_startc
319 # define termStartCharp (cc_t *)&ntc.t_startc
H A Dsys_bsd.c446 tc.t_startc = _POSIX_VDISABLE;
/original-bsd/sys/kern/
H A Dtty_compat.c109 tc->t_startc = cc[VSTART];
121 cc[VSTART] = tc->t_startc;
/original-bsd/games/rogue/
H A Dmachdep.c161 tc_temp.t_startc = tc_temp.t_stopc = -1;
/original-bsd/usr.bin/ex/
H A Dex_put.c986 if (nttyc.t_startc != CTRL('q')) in ttcharoff()
987 nttyc.t_startc = '\377'; in ttcharoff()
/original-bsd/libexec/telnetd/
H A Dsys_term.c80 #undef t_startc
264 *valp = termbuf.tc.t_startc;
265 *valpp = (cc_t *)&termbuf.tc.t_startc;
639 return(((termbuf.tc.t_startc) > 0 && (termbuf.tc.t_stopc) > 0) ? 1 : 0); in tty_flowmode()
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c492 tc3.t_startc = otc.t_startc;
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c994 tchars.t_startc = '\021'; in init_sys_modes()