Home
last modified time | relevance | path

Searched refs:doexit (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/usr.bin/menuc/
Dmdb.h69 int doexit; member
Dmdb.c318 (toptn->doexit ? "1" : "0")); in write_menu_file()
341 +(toptn->doexit ? OPT_EXIT : 0) in write_menu_file()
Dparse.y202 | EXIT { cur_optn->doexit = TRUE; }
/netbsd/src/bin/csh/
Dinit.c68 { "exit", doexit, 0, INF },
Dextern.h128 void doexit(Char **, struct command *);
Dfunc.c374 doexit(Char **v, struct command *t) in doexit() function
/netbsd/src/games/phantasia/
Dmain.c1048 cleanup(int doexit) in cleanup() argument
1065 if (doexit) in cleanup()
/netbsd/src/usr.bin/vmstat/
Dvmstat.c537 int doexit = 0; in getnlist() local
543 if (doexit++ == 0) in getnlist()
550 if (doexit) { in getnlist()