Lines Matching defs:quit
75 void quit(int retcode);
140 * streams to be removed when quit() is called
142 * to the temporary directory to remove when quit()
157 * of cleanup to be done when quit() is called
174 * of cleanup to be done when quit() is called, and the
175 * type of message to be output for the "reason" why quit()
192 * quit() was called
206 * no messages are output by quit() when it is called
218 * Name: quit
228 * 3 - user selected quit (operation interrupted)
238 quit(int retcode)
245 /* process return code if not quit(99) */
309 * In the event that this quit() was called prior to completion of
469 * NOTE: Even though quit() should NOT return, there is a call to _exit()
470 * put after each call to quit() just in case quit() ever returned
484 quit(3);
487 quit(1);