Home
last modified time | relevance | path

Searched refs:VSTATUS (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dreadpassphrase.c111 #ifdef VSTATUS in readpassphrase()
112 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()
113 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h121 #if defined(VSTATUS)
122 TTYCHAR(VSTATUS, 17)
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h67 #define VSTATUS 16 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h67 #define VSTATUS 16 macro
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c351 if (cb.c_cc[VSTATUS] != CSTATUS) in prmodes()
352 pit(cb.c_cc[VSTATUS], "status", "; "); in prmodes()
560 pit(cb.c_cc[VSTATUS], "status", ";\n"); in pramodes()
H A Dsttyparse.c133 cb->c_cc[VSTATUS] = gct(*++argv, term);
157 cb->c_cc[VSTATUS] = CSTATUS;
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h146 #define VSTATUS 16 macro
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1180 termiosp->c_cc[VSTATUS] = 0; in from_compat()
H A Dldterm.c1365 if (c == tp->t_modes.c_cc[VSTATUS]) { in ldtermrput()