Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dttymodes.h99 TTYCHAR(VSTOP, 9)
/titanic_50/usr/src/ucbcmd/stty/
H A Dstty.c286 if (cb.c_cc[VSTOP] != CSTOP) in prmodes()
287 pit(cb.c_cc[VSTOP], "stop", "; "); in prmodes()
503 pit(cb.c_cc[VSTOP], "stop", "; "); in pramodes()
670 pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]); in prachars()
H A Dsttyparse.c104 cb->c_cc[VSTOP] = gct(*++argv, term);
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h59 #define VSTOP 9 macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dtermios.h59 #define VSTOP 9 macro
/titanic_50/usr/src/cmd/ttymon/
H A Dstty.c337 if (cb.c_cc[VSTOP] != CSTOP) in prmodes()
338 pit(cb.c_cc[VSTOP], "stop", "; "); in prmodes()
553 pit(cb.c_cc[VSTOP], "stop", "; "); in pramodes()
H A Dsttyparse.c115 cb->c_cc[VSTOP] = gct(*++argv, term);
/titanic_50/usr/src/uts/common/sys/
H A Dtermios.h138 #define VSTOP 9 macro
/titanic_50/usr/src/cmd/vi/port/
H A Dex_put.c1092 if (tty.c_cc[VSTOP] != CTRL('s')) in ttcharoff()
1093 tty.c_cc[VSTOP] = _POSIX_VDISABLE; in ttcharoff()
/titanic_50/usr/src/cmd/tip/
H A Dcmds.c810 rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP]; in tandem()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h366 #define termStopChar new_tc.c_cc[VSTOP]
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1171 FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc); in from_compat()
1219 if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0) in from_compat()
1330 TO_COMPAT_CHAR(csp->t_stopc, termiosp->c_cc[VSTOP]); in to_compat()
H A Dtty_common.c164 tc->t_stopc = cb->c_cc[VSTOP]; in ttycommon_ioctl()
H A Dtty_pts.c700 tc->t_stopc = cb->c_cc[VSTOP]; in ptslioctl()
H A Drlmod.c1111 rmip->stopc = tp->c_cc[VSTOP]; in tty_flow()
H A Dldterm.c1286 tp->t_modes.c_cc[VSTOP]) { in ldtermrput()
1293 if (c == tp->t_modes.c_cc[VSTOP] || in ldtermrput()
/titanic_50/usr/src/lib/libcmd/common/
H A Dstty.c173 #ifdef VSTOP
174 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux.c2171 uqi->sm_ttycommon->t_stopc = termiosp->c_cc[VSTOP]; in sm_open()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1331 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1564 tp->t_stopc = termiosp->c_cc[VSTOP]; in usbser_check_port_props()