notimeout
notimeout( stdscr, TRUE );
notimeout( stdscr, FALSE );
int notimeout(WINDOW *, bool);
ATF_REQUIRE((!notimeout && !unrelated && !stopped) ||
(!notimeout && unrelated && !stopped) ||
(notimeout && !unrelated && !stopped) ||
(!notimeout && unrelated && stopped));
if (notimeout)
tracer_sees_terminaton_before_the_parent_raw(bool notimeout, bool unrelated,
report_return(notimeout(win, flag));
notimeout = 0;
notimeout = 1;
if (notimeout) {
if (notimeout)
static int notimeout; /* no timeout at all */