Searched refs:BC_PARSE_IF_END (Results 1 – 2 of 2) sorted by relevance
193 #define BC_PARSE_IF_END(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF_END) macro
1037 else if (!has_brace && (!BC_PARSE_IF_END(p) || brace)) in bc_parse_endBody()1054 while (p->flags.len > 1 && !new_else && (!BC_PARSE_IF_END(p) || brace) && in bc_parse_endBody()1118 while (p->flags.len > 1 || BC_PARSE_IF_END(p)) in bc_parse_endif()1120 if (BC_PARSE_IF_END(p)) bc_parse_noElse(p); in bc_parse_endif()1177 if (BC_ERR(!BC_PARSE_IF_END(p))) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_else()1647 if (BC_PARSE_IF_END(p)) in bc_parse_stmt()