Searched refs:new_else (Results 1 – 1 of 1) sorted by relevance
3535 int has_brace, new_else = 0; in bc_parse_endBody() local3593 new_else = (p->l.t == BC_LEX_KEY_ELSE); in bc_parse_endBody()3594 if (new_else) s = bc_parse_else(p); in bc_parse_endBody()3599 } while (p->flags.len > 1 && !new_else && (!BC_PARSE_IF_END(p) || brace) && in bc_parse_endBody()