Home
last modified time | relevance | path

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

/external/bc/src/
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()
/external/toybox/toys/pending/
Dbc.c3542 int has_brace, new_else = 0; in bc_parse_endBody() local
3556 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
3562 if (has_brace && !brace) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_endBody()
3602 else if (!has_brace && (!BC_PARSE_IF_END(p) || brace)) in bc_parse_endBody()
3606 if (brace && has_brace) brace = 0; in bc_parse_endBody()
3609 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()