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

/ast/src/lib/libexpr/
H A Dexdata.c49 EXID("else", ELSE, ELSE, 0, 0),
H A DOexparse.h50 #define ELSE 275 macro
H A Dextoken.c149 case ELSE:
H A Dexparse.y69 %token ELSE
523 | ELSE statement
H A DOexparse.c91 #define ELSE 275 macro
625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME",
670 "else_opt : ELSE statement",
/ast/src/lib/libpp/
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));
/ast/src/cmd/INIT/
H A Dregress.sh1300 function ELSE # [note] function
1305 then FATAL line $LINE: no matching IF for ELSE
1456 alias ELSE='LINE=$LINENO; FLUSH; ELSE'
/ast/src/cmd/builtin/
H A Dpty.c694 #define ELSE 0x01 macro
805 if (cond->flags & ELSE)
810 cond->flags |= ELSE;

Completed in 29 milliseconds