HomeSort by: relevance | last modified time | path
    Searched refs:notimeout (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libcurses/
notimeout.c 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) function in typeref:typename:int
Makefile 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 \
curses.h 733 int notimeout(WINDOW *, bool);
  /src/usr.bin/lock/
lock.c 93 static int notimeout; /* no timeout at all */ variable in typeref:typename:int
121 notimeout = 0;
128 notimeout = 1;
232 if (notimeout) {
334 if (notimeout)
  /src/tests/lib/libc/sys/
t_ptrace_topology_wait.h 90 tracer_sees_terminaton_before_the_parent_raw(bool notimeout, bool unrelated,
94 * notimeout - disable timeout in await zombie function
111 ATF_REQUIRE((!notimeout && !unrelated && !stopped) ||
112 (!notimeout && unrelated && !stopped) ||
113 (notimeout && !unrelated && !stopped) ||
114 (!notimeout && unrelated && stopped));
196 if (notimeout)
  /src/lib/libcurses/EXAMPLES/
ex1.c 308 notimeout( stdscr, TRUE );
311 notimeout( stdscr, FALSE );
  /src/tests/lib/libcurses/tests/
Makefile 156 FILES+= notimeout
  /src/tests/lib/libcurses/
t_curses.sh 551 atf_test_case notimeout
554 atf_set "descr" "Checks notimeout when reading a character"
558 h_run notimeout
2262 atf_add_test_case notimeout
  /src/tests/lib/libcurses/check_files/
Makefile 201 FILES+= notimeout.chk
  /src/tests/lib/libcurses/slave/
curses_commands.c 2335 report_return(notimeout(win, flag));

Completed in 22 milliseconds