Searched defs:quit (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | ftw.h | 43 int quit; member in struct:FTW
|
/ast/src/lib/libast/port/ |
H A D | astquery.c | 35 * if (quit&ERROR_PROMPT) then tty forced for IO 36 * if quit>=0 then [qQ] or EOF calls exit(quit) 43 astquery(int quit, const char* format, ...) argument 73 if (quit & ERROR_PROMPT) 75 quit &= ~ERROR_PROMPT; 99 if (quit >= 0) 100 exit(quit);
|
/ast/src/cmd/mailx/ |
H A D | quit.c | 99 filetemp(state.tmp.quit, sizeof(state.tmp.quit), 'Q', 0); 103 * The "quit" command. 313 quit(void) function 495 if (!(obuf = fileopen(state.tmp.quit, "Ew"))) { 500 if (!(ibuf = fileopen(state.tmp.quit, "Er"))) { 501 rm(state.tmp.quit); 507 rm(state.tmp.quit); 509 if (filecopy(mbox, abuf, state.tmp.quit, obuf, NiL, (off_t)0, NiL, NiL, 0)) { 520 note(SYSTEM, "%s", state.tmp.quit); [all...] |
H A D | mailx.h | 775 char quit[256]; member in struct:__anon136::__anon146 1004 extern void quit(void);
|
/ast/src/cmd/re/ |
H A D | ed.c | 200 static void quit(int); 225 quit(1); 920 quit(int code) function 974 quit(0); 1678 quit(0); 1726 quit(0); 1840 quit(0);
|
Completed in 22 milliseconds