Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3608 static void bc_parse_startBody(BcParse *p, uint16_t flags) { in bc_parse_startBody() function
3643 bc_parse_startBody(p, BC_PARSE_FLAG_IF); in bc_parse_if()
3660 bc_parse_startBody(p, BC_PARSE_FLAG_ELSE); in bc_parse_else()
3690 bc_parse_startBody(p, BC_PARSE_FLAG_LOOP | BC_PARSE_FLAG_LOOP_INNER); in bc_parse_while()
3765 if (!s) bc_parse_startBody(p, BC_PARSE_FLAG_LOOP | BC_PARSE_FLAG_LOOP_INNER); in bc_parse_for()
3875 bc_parse_startBody(p, flags); in bc_parse_func()
4003 bc_parse_startBody(p, BC_PARSE_FLAG_BRACE); in bc_parse_stmt()