Searched refs:QUIT (Results 1 – 25 of 35) sorted by relevance
12
/titanic_44/usr/src/cmd/tnf/prex/ |
H A D | prexgram.y | 57 %token QUIT 108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER C… 160 | QUIT { $$ = $1; } 182 quit_statement : QUIT NL { quit(B_TRUE, B_TRUE); } 183 | QUIT KILL NL { quit(B_TRUE, B_FALSE); } 184 | QUIT RESUME NL { quit(B_FALSE, B_TRUE); } 185 | QUIT SUSPEND NL { quit(B_FALSE, B_FALSE); }
|
H A D | prexlex.l | 94 quit { yylval.intval = QUIT; return (QUIT); }
|
H A D | help.c | 594 case QUIT: in help_on_command()
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | vgrind.ksh | 224 trap "rm -f xindex nindex; exit 1" INT QUIT 237 trap - INT QUIT
|
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 65 ;{WS}*:{WS}*quit{WS}* { return QUIT; } 66 ^{WS}*:{WS}*quit{WS}* { return QUIT; }
|
H A D | fsdb_yacc.y | 83 %token INODE LS OVERRIDE PROMPT PWD QUIT TAG BANG 444 quit : QUIT
|
/titanic_44/usr/src/cmd/allocate/ |
H A D | wdwwrapper.sh | 50 trap "killparent" HUP INT TERM QUIT TSTP ABRT
|
H A D | audio_clean.sh | 62 trap "" INT TERM QUIT TSTP ABRT
|
H A D | disk_clean.sh | 429 trap "" INT TERM QUIT TSTP ABRT
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_tune.h | 120 #define QUIT ('\\' & 037) macro
|
H A D | ex_vget.c | 233 case QUIT: in getesc() 293 if (Peekkey != ATTN && Peekkey != QUIT && Peekkey != CTRL('h')) {
|
/titanic_44/usr/src/tools/scripts/ |
H A D | elfcmp.sh | 74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
|
/titanic_44/usr/src/cmd/lp/model/ |
H A D | uri | 87 trap 'catch_interrupt()' INT QUIT
|
/titanic_44/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 18 smtp RSET NOOP QUIT HELP VRFY 59 quit QUIT
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | siglist | 15 0,"QUIT",SIGQUIT,
|
H A D | signal | 73 "QUIT",
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | siglist | 15 0,"QUIT",SIGQUIT,
|
H A D | signal | 73 "QUIT",
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | siglist | 15 0,"QUIT",SIGQUIT,
|
H A D | signal | 73 "QUIT",
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | siglist | 15 0,"QUIT",SIGQUIT,
|
H A D | signal | 73 "QUIT",
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 570 #define QUIT (shm->quit) macro 599 if (!QUIT) { in do_sdtest7read() 751 QUIT = 1; in do_sdtest7()
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | common.h | 154 #define QUIT 222 macro
|
/titanic_44/usr/src/cmd/krb5/kadmin/kdcmgr/ |
H A D | kdcmgr.sh | 688 trap "echo $exitmsg; rm -f $TMP_FILE $TMP_CCACHE; exit 1" HUP INT QUIT TERM
|
12