/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 98 TTYCHAR(VSTART, 8)
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | stty.c | 284 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 D | sttyparse.c | 102 cb->c_cc[VSTART] = gct(*++argv, term);
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 58 #define VSTART 8 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 58 #define VSTART 8 macro
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 335 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 D | sttyparse.c | 113 cb->c_cc[VSTART] = gct(*++argv, term);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 137 #define VSTART 8 macro
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1090 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 D | cmds.c | 809 rmtty.c_cc[VSTART] = defarg.c_cc[VSTART]; in tandem()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 365 #define termStartChar new_tc.c_cc[VSTART]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1170 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 D | tty_common.c | 165 tc->t_startc = cb->c_cc[VSTART]; in ttycommon_ioctl()
|
H A D | tty_pts.c | 701 tc->t_startc = cb->c_cc[VSTART]; in ptslioctl()
|
H A D | rlmod.c | 1112 rmip->startc = tp->c_cc[VSTART]; in tty_flow()
|
H A D | ldterm.c | 1273 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 D | stty.c | 170 #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 D | ttymux.c | 2172 uqi->sm_ttycommon->t_startc = termiosp->c_cc[VSTART]; in sm_open()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1332 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 1563 tp->t_startc = termiosp->c_cc[VSTART]; in usbser_check_port_props()
|