Searched refs:VSTART (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | stty.c | 285 if (cb.c_cc[VSTART] != CSTART) in prmodes() 286 pit(cb.c_cc[VSTART], "start", "; "); in prmodes() 503 pit(cb.c_cc[VSTART], "start", "; "); in pramodes() 671 pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]); in prachars()
|
H A D | sttyparse.c | 99 cb->c_cc[VSTART] = gct(*++argv, term);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | stty.c | 339 if (cb.c_cc[VSTART] != CSTART) in prmodes() 340 pit(cb.c_cc[VSTART], "start", "; "); in prmodes() 559 pit(cb.c_cc[VSTART], "start", "; "); in pramodes()
|
H A D | sttyparse.c | 113 cb->c_cc[VSTART] = gct(*++argv, term);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1089 if (tty.c_cc[VSTART] != CTRL('q')) in ttcharoff() 1090 tty.c_cc[VSTART] = _POSIX_VDISABLE; in ttcharoff()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | cmds.c | 819 rmtty.c_cc[VSTART] = defarg.c_cc[VSTART]; in tandem()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 137 #define VSTART 8 macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 363 #define termStartChar new_tc.c_cc[VSTART]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1072 FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc); in from_compat() 1121 if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0) in from_compat() 1231 TO_COMPAT_CHAR(csp->t_startc, termiosp->c_cc[VSTART]); in to_compat()
|
H A D | tty_common.c | 166 tc->t_startc = cb->c_cc[VSTART]; in ttycommon_ioctl()
|
H A D | tty_pts.c | 703 tc->t_startc = cb->c_cc[VSTART]; in ptslioctl()
|
H A D | rlmod.c | 1111 rmip->startc = tp->c_cc[VSTART]; in tty_flow()
|
H A D | ldterm.c | 1288 tp->t_modes.c_cc[VSTART] || in ldtermrput() 1309 c == tp->t_modes.c_cc[VSTART]) in ldtermrput()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 172 #ifdef VSTART 173 { "start", CHAR, T_CHAR, SS, VSTART, 'Q', C("Restart the output after stopping it") },
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1273 tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
|
/illumos-gate/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()
|