Lines Matching refs:quit
82 void quit(int retcode);
143 * no messages are output by quit() when it is called
155 * Name: quit
165 * 3 - user selected quit (operation interrupted)
175 quit(int retcode)
182 /* process return code if not quit(99) */
203 * In the event that this quit() was called prior to completion of
301 * NOTE: Even though quit() should NOT return, there is a call to _exit()
302 * put after each call to quit() just in case quit() ever returned
316 quit(3);
319 quit(1);