Searched refs:QUEST (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/avs/dscfg/ |
H A D | dscfgadm.sh | 407 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...] |
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 60 %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 D | b.c | 53 #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);
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 65 %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 D | awk1.c | 640 c = QUEST;
|
H A D | awk3.c | 1123 case QUEST:
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | ldefs.h | 114 #define QUEST 0x400a macro
|
H A D | sub2.c | 110 case STAR: case PLUS: case QUEST: case RSCON: 189 case BAR: case QUEST: case RNEWE: 281 case STAR: case QUEST:
|
H A D | parser.y | 201 ={ $$.i = mn1(QUEST,$1.i); }
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 48 #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 D | awk.g.y | 64 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS
|
/illumos-gate/usr/src/cmd/egrep/ |
H A D | egrep.y | 47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST 51 %left STAR PLUS QUEST 189 | r QUEST 190 { $$ = unary(QUEST, $1); } 230 case '?': return (QUEST); 631 case QUEST: follow(p);
|
Completed in 89 milliseconds