Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c480 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro
3549 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
3580 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()
3583 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) { in bc_parse_endBody()
3600 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()
3996 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()
4014 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) in bc_parse_stmt()