Searched refs:quit (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libast/port/
H A Dastquery.c35 * 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 Dftw.h43 int quit; member in struct:FTW
H A Dnftw.c46 nftw.quit = 0;
48 ftw->status = nftw.quit;
/ast/src/cmd/mailx/
H A Dquit.c99 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 DMakefile9 names.c proc.c quit.c send.c spam.c tty.c vars.c \
H A Dmain.c524 quit();
H A Dmailx.h775 char quit[256]; member in struct:__anon136::__anon146
1004 extern void quit(void);
H A Dlex.c87 quit();
358 note(0, "Use \"quit\" to quit");
/ast/src/lib/libtk/library/demos/
H A Dixset18 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 Ded.c200 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 Dgrep.c876 goto quit;
896 quit:
/ast/src/cmd/coshell/
H A Dcommand.c319 q quit\n\
325 Q kill server and quit\n\
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c922 goto quit;
942 quit:
/ast/src/cmd/nmake/
H A Dparse.c3367 goto quit;
3419 quit:

Completed in 40 milliseconds