Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3535 int has_brace, new_else = 0; in bc_parse_endBody() local
3549 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
3555 if (has_brace && !brace) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_endBody()
3597 if (brace && has_brace) brace = 0; in bc_parse_endBody()
3600 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()