Home
last modified time | relevance | path

Searched refs:QUIT (Results 1 – 25 of 35) sorted by relevance

12

/titanic_41/usr/src/cmd/tnf/prex/
H A Dprexgram.y57 %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 Dprexlex.l94 quit { yylval.intval = QUIT; return (QUIT); }
H A Dhelp.c594 case QUIT: in help_on_command()
/titanic_41/usr/src/cmd/vgrind/
H A Dvgrind.ksh224 trap "rm -f xindex nindex; exit 1" INT QUIT
237 trap - INT QUIT
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l65 ;{WS}*:{WS}*quit{WS}* { return QUIT; }
66 ^{WS}*:{WS}*quit{WS}* { return QUIT; }
H A Dfsdb_yacc.y83 %token INODE LS OVERRIDE PROMPT PWD QUIT TAG BANG
444 quit : QUIT
/titanic_41/usr/src/cmd/allocate/
H A Dwdwwrapper.sh50 trap "killparent" HUP INT TERM QUIT TSTP ABRT
H A Daudio_clean.sh62 trap "" INT TERM QUIT TSTP ABRT
H A Ddisk_clean.sh429 trap "" INT TERM QUIT TSTP ABRT
/titanic_41/usr/src/cmd/vi/port/
H A Dex_tune.h120 #define QUIT ('\\' & 037) macro
H A Dex_vget.c233 case QUIT: in getesc()
293 if (Peekkey != ATTN && Peekkey != QUIT && Peekkey != CTRL('h')) {
/titanic_41/usr/src/tools/scripts/
H A Delfcmp.sh74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
/titanic_41/usr/src/cmd/lp/model/
H A Duri87 trap 'catch_interrupt()' INT QUIT
/titanic_41/usr/src/cmd/sendmail/lib/
H A Dhelpfile18 smtp RSET NOOP QUIT HELP VRFY
59 quit QUIT
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsiglist15 0,"QUIT",SIGQUIT,
H A Dsignal73 "QUIT",
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsignal73 "QUIT",
H A Dsiglist15 0,"QUIT",SIGQUIT,
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsiglist15 0,"QUIT",SIGQUIT,
H A Dsignal73 "QUIT",
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsiglist15 0,"QUIT",SIGQUIT,
H A Dsignal73 "QUIT",
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c570 #define QUIT (shm->quit) macro
599 if (!QUIT) { in do_sdtest7read()
751 QUIT = 1; in do_sdtest7()
/titanic_41/usr/src/cmd/luxadm/
H A Dcommon.h154 #define QUIT 222 macro
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A DREADME164 QUIT

12