Searched refs:doexit (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/ekermit/dist/
H A Dmain.c110 doexit(int status) { function
139 doexit(FAILURE);
150 doexit(FAILURE);
311 if (x < 0) doexit(FAILURE);
327 doexit(FAILURE);
329 doexit(FAILURE);
381 doexit(FAILURE);
416 doexit(FAILURE); /* give up */
443 doexit(FAILURE); /* Failed */
446 doexit(SUCCES
[all...]
/netbsd-current/usr.bin/menuc/
H A Dmdb.h69 int doexit; member in struct:optn_info
H A Dmdb.c318 (toptn->doexit ? "1" : "0"));
341 +(toptn->doexit ? OPT_EXIT : 0)
H A Dparse.y202 | EXIT { cur_optn->doexit = TRUE; }
/netbsd-current/bin/csh/
H A Dinit.c68 { "exit", doexit, 0, INF },
H A Dextern.h128 void doexit(Char **, struct command *);
H A Dfunc.c374 doexit(Char **v, struct command *t) function
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dnamed-rrchecker.c97 bool doexit = false; local
142 doexit = true;
155 doexit = true;
169 if (doexit) {
/netbsd-current/games/phantasia/
H A Dmain.c1048 cleanup(int doexit) argument
1065 if (doexit)
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c994 bool doexit = false; local
1044 doexit = true;
1057 doexit = true;
1062 doexit = true;
1069 if (doexit) {
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.c3785 goto doexit;
3791 goto doexit;
3797 goto doexit;
3817 goto doexit;
3830 doexit:
/netbsd-current/usr.bin/vmstat/
H A Dvmstat.c537 int doexit = 0; local
543 if (doexit++ == 0)
550 if (doexit) {

Completed in 657 milliseconds