Lines Matching refs:quit
43 #include "quit.h"
57 extern int intrflag; /* != 0 if user selected quit (3) */
76 void quit(int retcode);
106 * Description: set the ckreturn() interface to call when quit() is called
107 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
110 * NOTE: When quit() is called if a "ckreturnfunc" is set, then the first
111 * action quit() takes is to call the "ckreturnfunc" specified with
112 * the value passed to quit as the first argument. Quit will then
118 * - intrflag - != 0 if user selected quit (3)
133 * be unlocked if quit() is called to exit
136 * NOTE: When quit() is called, if this list is set, then z_unlock_zones
169 * NOTE: If a zone temporary directory is set when quit() is called, the
170 * directory is recursively removed before quit() calls exit
180 * Name: quit
190 * 3 - user selected quit (operation interrupted)
200 quit(int retcode)
211 /* process return code if not quit(99) */
296 * NOTE: Even though quit() should NOT return, there is a call to _exit()
297 * put after each call to quit() just in case quit() ever returned
311 quit(3);
314 quit(1);