Searched refs:BC_PARSE_BRACE (Results 1 – 2 of 2) sorted by relevance
151 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro
974 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()1017 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) in bc_parse_endBody()1055 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()1059 else if (brace && BC_PARSE_BRACE(p)) in bc_parse_endBody()1652 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()1685 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) in bc_parse_stmt()