Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c866 static void bc_parse_auto(BcParse *p) { in bc_parse_auto() function
929 bc_parse_auto(p); in bc_parse_body()
958 bc_parse_auto(p); in bc_parse_stmt()
/external/toybox/toys/pending/
Dbc.c3902 static BcStatus bc_parse_auto(BcParse *p) { in bc_parse_auto() function
3979 s = bc_parse_auto(p); in bc_parse_body()
4003 if (type == BC_LEX_KEY_AUTO) return bc_parse_auto(p); in bc_parse_stmt()