Lines Matching defs:quit
45 #include "quit.h"
59 extern int intrflag; /* != 0 if user selected quit (3) */
80 void quit(int retcode);
112 * Description: set the input data stream name to use when quit() is called
117 * NOTE: When quit() is called, if an input datastream object is set,
118 * quit will close the datastream and cleanup certain objects
130 * Description: set the ckreturn() interface to call when quit() is called
131 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
134 * NOTE: When quit() is called if a "ckreturnfunc" is set, then the first
135 * action quit() takes is to call the "ckreturnfunc" specified with
136 * the value passed to quit as the first argument. Quit will then
142 * - intrflag - != 0 if user selected quit (3)
157 * be unlocked if quit() is called to exit
160 * NOTE: When quit() is called, if this list is set, then z_unlock_zones
193 * NOTE: If a zone temporary directory is set when quit() is called, the
194 * directory is recursively removed before quit() calls exit
210 * NOTE: If a download temporary directory is set when quit() is called,
211 * the directory is recursively removed before quit() calls exit
221 * Name: quit
231 * 3 - user selected quit (operation interrupted)
241 quit(int a_retcode)
252 /* process return code if not quit(99) */
365 * NOTE: Even though quit() should NOT return, there is a call to _exit()
366 * put after each call to quit() just in case quit() ever returned
380 quit(3);
383 quit(1);