Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c538 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
569 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()
572 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) { in bc_parse_endBody()
593 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()
597 else if (brace && BC_PARSE_BRACE(p)) { in bc_parse_endBody()
968 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()
986 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) { in bc_parse_stmt()
/external/bc/include/
Dbc.h81 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro
/external/toybox/toys/pending/
Dbc.c480 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro
3551 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()
3582 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()
3585 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) { in bc_parse_endBody()
3604 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()
3608 else if (brace && BC_PARSE_BRACE(p)) { in bc_parse_endBody()
4011 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()
4029 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) in bc_parse_stmt()