Home
last modified time | relevance | path

Searched refs:VSTOP (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c287 if (cb.c_cc[VSTOP] != CSTOP) in prmodes()
288 pit(cb.c_cc[VSTOP], "stop", "; "); in prmodes()
504 pit(cb.c_cc[VSTOP], "stop", "; "); in pramodes()
671 pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]); in prachars()
H A Dsttyparse.c101 cb->c_cc[VSTOP] = gct(*++argv, term);
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c341 if (cb.c_cc[VSTOP] != CSTOP) in prmodes()
342 pit(cb.c_cc[VSTOP], "stop", "; "); in prmodes()
560 pit(cb.c_cc[VSTOP], "stop", "; "); in pramodes()
H A Dsttyparse.c115 cb->c_cc[VSTOP] = gct(*++argv, term);
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c820 rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP]; in tandem()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c1091 if (tty.c_cc[VSTOP] != CTRL('s')) in ttcharoff()
1092 tty.c_cc[VSTOP] = _POSIX_VDISABLE; in ttcharoff()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h138 #define VSTOP 9 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h364 #define termStopChar new_tc.c_cc[VSTOP]
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1073 FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc); in from_compat()
1121 if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0) in from_compat()
1232 TO_COMPAT_CHAR(csp->t_stopc, termiosp->c_cc[VSTOP]); in to_compat()
H A Dtty_common.c165 tc->t_stopc = cb->c_cc[VSTOP]; in ttycommon_ioctl()
H A Dtty_pts.c702 tc->t_stopc = cb->c_cc[VSTOP]; in ptslioctl()
H A Drlmod.c1110 rmip->stopc = tp->c_cc[VSTOP]; in tty_flow()
H A Dldterm.c1301 tp->t_modes.c_cc[VSTOP]) { in ldtermrput()
1308 if (c == tp->t_modes.c_cc[VSTOP] || in ldtermrput()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c175 #ifdef VSTOP
176 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1272 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1564 tp->t_stopc = termiosp->c_cc[VSTOP]; in usbser_check_port_props()