Searched defs:IF (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | regress.sh | 112 [+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/lib/libexpr/ |
H A D | Oexparse.h | 56 #define IF 281 macro
|
H A D | Oexparse.c | 97 #define IF 281 macro 625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME", 645 "statement : IF '(' expr ')' statement else_opt",
|
/ast/src/lib/libjcl/ |
H A D | parse.c | 726 * { CMD_DD IF } don't follow the norm 1609 * return the next IF expression operand value 1729 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%s: unknown IF expression token", t); 1744 * evaluate an IF [sub]expression 1848 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%s: operator expected in IF expression", t); 1896 * parse and evaluate an IF expression 1904 IF(register Jcl_t* jcl) function 1929 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%s: invalid IF expression", e); 1987 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "no IF for ELSE"); 2001 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "no IF fo [all...] |
/ast/src/cmd/builtin/ |
H A D | pty.c | 695 #define IF 0x02 macro 789 cond->flags = IF; 798 if (!(cond->flags & IF)) 825 if (!(cond->flags & IF))
|
Completed in 20 milliseconds