HomeSort by: relevance | last modified time | path
    Searched defs:notimeout (Results 1 - 2 of 2) 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
  /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)

Completed in 13 milliseconds