/titanic_50/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 99 TTYCHAR(VSTOP, 9)
|
/titanic_50/usr/src/ucbcmd/stty/ |
H A D | stty.c | 286 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 D | sttyparse.c | 104 cb->c_cc[VSTOP] = gct(*++argv, term);
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 59 #define VSTOP 9 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 59 #define VSTOP 9 macro
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | stty.c | 337 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 D | sttyparse.c | 115 cb->c_cc[VSTOP] = gct(*++argv, term);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | termios.h | 138 #define VSTOP 9 macro
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 1092 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 D | cmds.c | 810 rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP]; in tandem()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | externs.h | 366 #define termStopChar new_tc.c_cc[VSTOP]
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1171 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 D | tty_common.c | 164 tc->t_stopc = cb->c_cc[VSTOP]; in ttycommon_ioctl()
|
H A D | tty_pts.c | 700 tc->t_stopc = cb->c_cc[VSTOP]; in ptslioctl()
|
H A D | rlmod.c | 1111 rmip->stopc = tp->c_cc[VSTOP]; in tty_flow()
|
H A D | ldterm.c | 1286 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 D | stty.c | 173 #ifdef VSTOP 174 { "stop", CHAR, T_CHAR, SS, VSTOP, 'S', C("Stop the output") },
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 2171 uqi->sm_ttycommon->t_stopc = termiosp->c_cc[VSTOP]; in sm_open()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1331 tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 1564 tp->t_stopc = termiosp->c_cc[VSTOP]; in usbser_check_port_props()
|