Home
last modified time | relevance | path

Searched refs:notimeout (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/usr.bin/lock/
H A Dlock.c93 static int notimeout; /* no timeout at all */ variable
121 notimeout = 0; in main()
128 notimeout = 1; in main()
232 if (notimeout) { in main()
334 if (notimeout) in hi()
/netbsd-src/tests/lib/libcurses/tests/
H A Dnotimeout16 call OK notimeout STDSCR $TRUE
21 compare notimeout.chk
30 call OK notimeout $win1 $TRUE
H A DMakefile156 FILES+= notimeout
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dautil.c243 int notimeout = 0; /* assume normal timeouts initially */ in am_mounted() local
270 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()
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_topology_wait.h91 tracer_sees_terminaton_before_the_parent_raw(bool notimeout, bool unrelated, in tracer_sees_terminaton_before_the_parent_raw() argument
112 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()
/netbsd-src/lib/libcurses/
H A Dnotimeout.c1 /* $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
H A DMakefile28 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 \
H A Dcurses.h733 int notimeout(WINDOW *, bool);
/netbsd-src/lib/libcurses/EXAMPLES/
H A Dex1.c308 notimeout( stdscr, TRUE ); in main()
311 notimeout( stdscr, FALSE ); in main()
/netbsd-src/tests/lib/libcurses/
H A Dt_curses.sh551 atf_test_case notimeout
558 h_run notimeout
2262 atf_add_test_case notimeout
/netbsd-src/tests/lib/libcurses/check_files/
H A DMakefile201 FILES+= notimeout.chk
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt2750 notimeout
/netbsd-src/tests/lib/libcurses/slave/
H A Dcurses_commands.c2335 report_return(notimeout(win, flag)); in cmd_notimeout()