Searched defs:exit (Results 1 - 2 of 2) sorted by relevance

/httpd/os/netware/
H A Dos.h44 AP_DECLARE_DATA extern int hold_screen_on_exit; /* Indicates whether the screen should be held open on exit*/
51 /* Hold the screen open if there is an exit code and the hold_screen_on_exit flag >= 0 or the
53 matter what the exit code is. */
54 #define exit(s) {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);} macro
/httpd/os/win32/
H A Dos.h60 #include <stdlib.h> /* for exit() */
66 /* BIG RED WARNING: exit() is mapped to allow us to capture the exit
68 * the ApacheCore.dll - since it's a horrible behavior to exit() from
75 #define exit(status) ((exit)((ap_real_exit_code==2) \ macro

Completed in 15 milliseconds