Searched refs:QUEST (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh407 QUEST="Would you like to preserve the existing configuration"
408 QUEST="$QUEST information at its current location? "
410 ANS=`ckyorn -Qd n -p "$QUEST"`
575 QUEST="Would you like to disable the services now and continue with the"
576 QUEST="$QUEST Availability Suite setup? "
578 ANS=`ckyorn -Qd n -p "$QUEST"`
603 QUEST="Would you like to start the services now? "
605 ANS=`ckyorn -Qd n -p "$QUEST"`
[all...]
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dawk.g.y60 %left STAR PLUS QUEST
188 | '-' term %prec QUEST { $$ = op1(UMINUS, $2); }
189 | '+' term %prec QUEST { $$ = $2; }
279 | r QUEST { $$ = op2(QUEST, $1, (NODE *) 0); }
H A Db.c53 #define UNARY case FINAL: case STAR: case PLUS: case QUEST:
60 * unary (FINAL, STAR, PLUS, QUEST): left is child, right is null
283 case QUEST:
318 case QUEST: follow(p);
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y65 %token <node> NOT AND OR EXP QUEST
123 %right QUEST COLON
281 | expr QUEST expr COLON expr = {
282 $$ = node(QUEST, $1, node(COLON, $3, $5));
H A Dawk1.c640 c = QUEST;
H A Dawk3.c1123 case QUEST:
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h114 #define QUEST 0x400a macro
H A Dsub2.c110 case STAR: case PLUS: case QUEST: case RSCON:
189 case BAR: case QUEST: case RNEWE:
281 case STAR: case QUEST:
H A Dparser.y201 ={ $$.i = mn1(QUEST,$1.i); }
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Db.c48 #define UNARY case STAR: case PLUS: case QUEST:
54 * unary (STAR, PLUS, QUEST): left is child, right is null
364 case QUEST:
398 case QUEST:
681 case QUEST:
683 return (unary(op2(QUEST, np, NIL)));
700 case '?': return QUEST;
H A Dawk.g.y64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
/opensolaris-onvv-gate/usr/src/cmd/egrep/
H A Degrep.y47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST
51 %left STAR PLUS QUEST
186 | r QUEST
187 { $$ = unary(QUEST, $1); }
227 case '?': return (QUEST);
628 case QUEST: follow(p);

Completed in 69 milliseconds