Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sh/
H A Ddefs.c78 int rwait; /* flags read waiting */ variable
H A Dbltin.c270 rwait = 1; in builtin()
272 rwait = 0; in builtin()
H A Ddefs.h379 extern int rwait; /* flags read waiting */
H A Dword.c423 } else if ((trapnote & TRAPSET) && (rwait > 0)) { in readb()