Home
last modified time | relevance | path

Searched refs:has_brace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bc/src/
H A Dbc_parse.c953 bool has_brace, new_else = false; in bc_parse_endBody() local
974 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
982 if (has_brace && !brace) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_endBody()
1014 else if (has_brace && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()
1037 else if (!has_brace && (!BC_PARSE_IF_END(p) || brace)) in bc_parse_endBody()
1047 if (brace && has_brace) brace = false; in bc_parse_endBody()
1055 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()