Lines Matching defs:quit

45 #include "quit.h"
59 extern int intrflag; /* != 0 if user selected quit (3) */
81 void quit(int retcode);
113 * Description: set the input data stream name to use when quit() is called
118 * NOTE: When quit() is called, if an input datastream object is set,
119 * quit will close the datastream and cleanup certain objects
131 * Description: set the "intf_reloc" interface to run when quit() is called
132 * Arguments: a_intfReloc - pointer to function to call when quit() is called
134 * NOTE: When quit() is called, if an "intf_reloc" function is set, quit
148 * Description: set the ckreturn() interface to call when quit() is called
149 * Arguments: a_ckreturnFunc - pointer to function to call when quit() is
152 * NOTE: When quit() is called if a "ckreturnfunc" is set, then the first
153 * action quit() takes is to call the "ckreturnfunc" specified with
154 * the value passed to quit as the first argument. Quit will then
160 * - intrflag - != 0 if user selected quit (3)
175 * be unlocked if quit() is called to exit
178 * NOTE: When quit() is called, if this list is set, then z_unlock_zones
211 * NOTE: If a zone temporary directory is set when quit() is called, the
212 * directory is recursively removed before quit() calls exit
228 * NOTE: If a download temporary directory is set when quit() is called,
229 * the directory is recursively removed before quit() calls exit
239 * Name: quit
249 * 3 - user selected quit (operation interrupted)
259 quit(int a_retcode)
270 /* process return code if not quit(99) */
389 * NOTE: Even though quit() should NOT return, there is a call to _exit()
390 * put after each call to quit() just in case quit() ever returned
404 quit(3);
407 quit(1);