Searched defs:vtime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmisc.h114 int vtime; /* read timing */ member in struct:ttystate
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c160 __m_tty_override_mode(int vmin, int vtime) argument
168 if (!(vmin == 0 && vtime == 0) &&
178 newstuff.c_cc[VTIME] = (cc_t) vtime;
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c265 int i, vtime, istermios, ospeed; local
304 vtime = 1;
307 vtime = 4;
310 vtime = 8;
314 tbufs.c_cc[VTIME] != vtime) {
316 tbufs.c_cc[VTIME] = vtime;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6860 int vtime, onintr; local
6899 vtime = dtrace_vtime_references != 0;
6901 if (vtime && curthread->t_dtrace_start)
7403 if (vtime) {
7438 if (vtime)

Completed in 92 milliseconds