Lines Matching defs:IF
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)
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 for ENDIF");
2047 else if (streq(op, "IF"))
2068 if ((i = IF(jcl)) < 0)
2238 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "IF on line %d has no ENDIF", jcl->ie->line);