Searched refs:ELSE (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libpp/i386/
H A Dpptab.h18 "else", ELSE,
H A Dppdef.h16 #define ELSE 3 macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dpptab.h18 "else", ELSE,
H A Dppdef.h16 #define ELSE 3 macro
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y83 %token <node> DEFFUNC BEGIN END CLOSE ELSE PACT
84 %right ELSE
433 | IF LPAREN expr RPAREN statement ELSE statement = {
434 $$ = node(IF, $3, node(ELSE, $5, $7));
436 | IF LPAREN expr RPAREN statement %prec ELSE = {
437 $$ = node(IF, $3, node(ELSE, $5, NNULL));
H A Dawk0.c48 M_MB_L("else"), KEYWORD, ELSE, NULL,
H A Dawk1.c564 case ELSE:
579 case ELSE:
581 savetoken = ELSE;
H A Dawk3.c1861 if (xp->n_type != ELSE)
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c176 #define ELSE 4 /* #else */ macro
261 case ELSE:
391 retval = ELSE;
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
130 ELSE optNL
H A Dawk.lx.l131 <A>else RETURN(ELSE);
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y71 %token <p> ELSE INTEST CONDEXPR
130 ELSE | else NL
H A Dawk.lx.l160 <A>else { RET(ELSE); }
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c344 error(2, "invalid #%s after #%s", dirname(ELIF), dirname(ELSE));
367 case ELSE:
376 if (pp.control <= pp.in->control) error(2, "no matching #%s for #%s", dirname(IF), dirname(ELSE));
387 if (*pp.control & HADELSE) error(2, "more than one #%s for #%s", dirname(ELSE), dirname(IF));
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y715 case_else(A) ::= ELSE expr(X). {A = X;}

Completed in 75 milliseconds