Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3047 static BcStatus bc_parse_else(BcParse *p);
3594 if (new_else) s = bc_parse_else(p); in bc_parse_endBody()
3648 static BcStatus bc_parse_else(BcParse *p) { in bc_parse_else() function
4045 s = bc_parse_else(p); in bc_parse_stmt()