Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c498 #define BC_PARSE_IF(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_IF) macro
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()