Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3948 static BcStatus bc_parse_body(BcParse *p, int brace) { in bc_parse_body() function
4009 if (!s) s = bc_parse_body(p, 1); in bc_parse_stmt()
4015 return bc_parse_body(p, 0); in bc_parse_stmt()