HomeSort by: relevance | last modified time | path
    Searched defs:do_quit (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
monop.c 58 static void do_quit(int);
243 signal(SIGINT, do_quit);
255 do_quit(int n __unused) function in typeref:typename:void
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 76 int do_quit; /* Quit after one cleaning loop */ variable in typeref:typename:int
1529 do_quit = 1;
1710 if (do_quit)

Completed in 13 milliseconds