Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c489 #define BC_PARSE_BODY(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BODY) macro
3974 if (!s && !brace && !BC_PARSE_BODY(p)) s = bc_parse_endBody(p, 0); in bc_parse_body()
4002 if (!BC_PARSE_BODY(p)) { in bc_parse_stmt()
4014 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) in bc_parse_stmt()