HomeSort by: relevance | last modified time | path
    Searched defs:notimeout (Results 1 - 3 of 3) 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
  /src/usr.bin/lock/
lock.c 93 static int notimeout; /* no timeout at all */ variable
121 notimeout = 0;
128 notimeout = 1;
232 if (notimeout) {
334 if (notimeout)
  /src/external/bsd/am-utils/dist/amd/
autil.c 243 int notimeout = 0; /* assume normal timeouts initially */ local
270 notimeout = 1;
279 notimeout = 0;
282 notimeout = 1;
287 notimeout = 0;
290 notimeout = 1;
293 if (notimeout) {

Completed in 128 milliseconds