Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h98 TTYCHAR(VSTART, 8)
/titanic_44/usr/src/ucbcmd/stty/
H A Dstty.c284 if (cb.c_cc[VSTART] != CSTART) in prmodes()
285 pit(cb.c_cc[VSTART], "start", "; "); in prmodes()
502 pit(cb.c_cc[VSTART], "start", "; "); in pramodes()
670 pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]); in prachars()
H A Dsttyparse.c102 cb->c_cc[VSTART] = gct(*++argv, term);
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h58 #define VSTART 8 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h58 #define VSTART 8 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c335 if (cb.c_cc[VSTART] != CSTART) in prmodes()
336 pit(cb.c_cc[VSTART], "start", "; "); in prmodes()
552 pit(cb.c_cc[VSTART], "start", "; "); in pramodes()
H A Dsttyparse.c113 cb->c_cc[VSTART] = gct(*++argv, term);
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h137 #define VSTART 8 macro
/titanic_44/usr/src/cmd/vi/port/
H A Dex_put.c1090 if (tty.c_cc[VSTART] != CTRL('q')) in ttcharoff()
1091 tty.c_cc[VSTART] = _POSIX_VDISABLE; in ttcharoff()
/titanic_44/usr/src/cmd/tip/
H A Dcmds.c809 rmtty.c_cc[VSTART] = defarg.c_cc[VSTART]; in tandem()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h365 #define termStartChar new_tc.c_cc[VSTART]
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1170 FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc); in from_compat()
1219 if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0) in from_compat()
1329 TO_COMPAT_CHAR(csp->t_startc, termiosp->c_cc[VSTART]); in to_compat()
H A Dtty_common.c165 tc->t_startc = cb->c_cc[VSTART]; in ttycommon_ioctl()
H A Dtty_pts.c701 tc->t_startc = cb->c_cc[VSTART]; in ptslioctl()
H A Drlmod.c1112 rmip->startc = tp->c_cc[VSTART]; in tty_flow()
H A Dldterm.c1273 tp->t_modes.c_cc[VSTART] || in ldtermrput()
1294 c == tp->t_modes.c_cc[VSTART]) in ldtermrput()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c170 #ifdef VSTART
171 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux.c2172 uqi->sm_ttycommon->t_startc = termiosp->c_cc[VSTART]; in sm_open()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1332 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1563 tp->t_startc = termiosp->c_cc[VSTART]; in usbser_check_port_props()