Searched refs:hold_screen_on_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
52 hold_screen_on_exit > 0. If the hold_screen_on_exit flag is < 0 then close the screen no
54 #define exit(s) {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);}
/httpd/server/mpm/netware/
H A Dmpm_netware.c129 int hold_screen_on_exit = 0; /* Indicates whether the screen should be held open */ variable
909 if (hold_screen_on_exit > 0) {
910 hold_screen_on_exit = 0;
1122 hold_screen_on_exit = 1;
1167 hold_screen_on_exit = -1;

Completed in 38 milliseconds