Searched refs:notimeout (Results 1 – 13 of 13) sorted by relevance
93 static int notimeout; /* no timeout at all */ variable121 notimeout = 0; in main()128 notimeout = 1; in main()232 if (notimeout) { in main()334 if (notimeout) in hi()
16 call OK notimeout STDSCR $TRUE21 compare notimeout.chk30 call OK notimeout $win1 $TRUE
156 FILES+= notimeout
243 int notimeout = 0; /* assume normal timeouts initially */ in am_mounted() local270 notimeout = 1; in am_mounted()279 notimeout = 0; in am_mounted()282 notimeout = 1; in am_mounted()287 notimeout = 0; in am_mounted()290 notimeout = 1; in am_mounted()293 if (notimeout) { in am_mounted()
91 tracer_sees_terminaton_before_the_parent_raw(bool notimeout, bool unrelated, in tracer_sees_terminaton_before_the_parent_raw() argument112 ATF_REQUIRE((!notimeout && !unrelated && !stopped) || in tracer_sees_terminaton_before_the_parent_raw()113 (!notimeout && unrelated && !stopped) || in tracer_sees_terminaton_before_the_parent_raw()114 (notimeout && !unrelated && !stopped) || in tracer_sees_terminaton_before_the_parent_raw()115 (!notimeout && unrelated && stopped)); in tracer_sees_terminaton_before_the_parent_raw()197 if (notimeout) in tracer_sees_terminaton_before_the_parent_raw()
1 /* $NetBSD: notimeout.c,v 1.8 2024/12/23 02:58:04 blymn Exp $ */31 __RCSID("$NetBSD: notimeout.c,v 1.8 2024/12/23 02:58:04 blymn Exp $");38 * notimeout --43 notimeout(WINDOW *win, bool bf) in notimeout() function
28 mvwin.c newwin.c nodelay.c notimeout.c overlay.c overwrite.c pause.c \147 curses_tty.3 noraw.3 curses_input.3 notimeout.3 \
733 int notimeout(WINDOW *, bool);
308 notimeout( stdscr, TRUE ); in main()311 notimeout( stdscr, FALSE ); in main()
551 atf_test_case notimeout558 h_run notimeout2262 atf_add_test_case notimeout
201 FILES+= notimeout.chk
2750 notimeout
2335 report_return(notimeout(win, flag)); in cmd_notimeout()