Searched refs:VSTATUS (Results 1 – 9 of 9) sorted by relevance
111 #ifdef VSTATUS in readpassphrase()112 if (term.c_cc[VSTATUS] != _POSIX_VDISABLE) in readpassphrase()113 term.c_cc[VSTATUS] = _POSIX_VDISABLE; in readpassphrase()
121 #if defined(VSTATUS)122 TTYCHAR(VSTATUS, 17)
67 #define VSTATUS 16 macro
351 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()
133 cb->c_cc[VSTATUS] = gct(*++argv, term);157 cb->c_cc[VSTATUS] = CSTATUS;
146 #define VSTATUS 16 macro
1180 termiosp->c_cc[VSTATUS] = 0; in from_compat()
1365 if (c == tp->t_modes.c_cc[VSTATUS]) { in ldtermrput()