Searched refs:IF (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libexpr/
H A Dexdata.c53 EXID("if", IF, IF, 0, 0),
H A DOexparse.h56 #define IF 281 macro
H A Dextoken.c158 case IF:
H A Dexcc.c233 case IF:
367 case IF:
385 case IF:
H A Dexparse.y75 %token IF
136 %type <id> IF WHILE FOR
260 | IF '(' expr ')' statement else_opt
H A DOexparse.c97 #define IF 281 macro
625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME",
645 "statement : IF '(' expr ')' statement else_opt",
H A Dexeval.c630 case IF:
/ast/src/lib/libpp/
H A Dppcontrol.c338 error(2, "no matching #%s for #%s", dirname(IF), dirname(ELIF));
370 if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == IF || n == IFDEF || n == IFNDEF))
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));
395 if (pp.control <= pp.in->control) error(2, "no matching #%s for #%s", dirname(IF), dirname(ENDIF));
406 case IF:
418 if (directive == IF) goto conditional;
H A Dppop.c934 , dirname(IF)
937 , dirname(IF)
952 , dirname(IF)
1017 , dirname(IF)
H A Dppexpr.c245 error(2, "%s invalid in #%s expressions", pred, dirname(IF));
H A Dpplex.c486 error(2, "#%s on line %d has no #%s", dirname(IF), GETIFLINE(pp.control+1), dirname(ENDIF));
669 error(2, "#%s on line %d has no #%s", dirname(IF), GETIFLINE(pp.control+1), dirname(ENDIF));
/ast/src/cmd/INIT/
H A Dregress.sh112 [+IF \b\acommand\a [\anote\a]]?If the \bsh\b(1) \acommand\a exits
327 do print -r -u2 "$command: line $LINE: no matching FI for IF on line ${COND_LINE[COND]}"
332 FATAL "line $LINE: no matching FI for IF on line ${COND_LINE[COND+1]}"
1265 function IF # command(s) [note] function
1288 then FATAL line $LINE: no matching IF for ELIF
1305 then FATAL line $LINE: no matching IF for ELSE
1320 then FATAL line $LINE: no matching IF for FI on line $LINE
1454 alias IF='LINE=$LINENO; FLUSH; IF'
/ast/src/cmd/builtin/
H A Dpty.c695 #define IF 0x02 macro
789 cond->flags = IF;
798 if (!(cond->flags & IF))
825 if (!(cond->flags & IF))

Completed in 33 milliseconds