Home
last modified time | relevance | path

Searched refs:rwait (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c77 int rwait; /* flags read waiting */ variable
H A Dbltin.c269 rwait = 1; in builtin()
271 rwait = 0; in builtin()
H A Ddefs.h379 extern int rwait; /* flags read waiting */
H A Dword.c422 } else if ((trapnote & TRAPSET) && (rwait > 0)) { in readb()