Searched refs:BC_PARSE_IF_END (Results 1 – 1 of 1) sorted by relevance
504 #define BC_PARSE_IF_END(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF_END) macro3599 } while (p->flags.len > 1 && !new_else && (!BC_PARSE_IF_END(p) || brace) && in bc_parse_endBody()3652 if (!BC_PARSE_IF_END(p)) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_else()3994 if (BC_PARSE_IF_END(p)) { in bc_parse_stmt()