Searched refs:quit (Results 1 - 14 of 14) sorted by relevance
/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/lib/libast/comp/ |
H A D | ftw.h | 43 int quit; member in struct:FTW
|
H A D | nftw.c | 46 nftw.quit = 0; 48 ftw->status = nftw.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 | Makefile | 9 names.c proc.c quit.c send.c spam.c tty.c vars.c \
|
H A D | main.c | 524 quit();
|
H A D | mailx.h | 775 char quit[256]; member in struct:__anon136::__anon146 1004 extern void quit(void);
|
H A D | lex.c | 87 quit(); 358 note(0, "Use \"quit\" to quit");
|
/ast/src/lib/libtk/library/demos/ |
H A D | ixset | 18 proc quit {} { 24 quit 188 button .buttons.quit -command "quit" -text "Quit" 190 pack .buttons.ok .buttons.apply .buttons.cancel .buttons.quit \
|
/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);
|
H A D | grep.c | 876 goto quit; 896 quit:
|
/ast/src/cmd/coshell/ |
H A D | command.c | 319 q quit\n\ 325 Q kill server and quit\n\
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 922 goto quit; 942 quit:
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 3367 goto quit; 3419 quit:
|
Completed in 40 milliseconds