Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c659 static void bc_parse_while(BcParse *p) { in bc_parse_while() function
1129 bc_parse_while(p); in bc_parse_stmt()
/external/toybox/toys/pending/
Dbc.c3678 static BcStatus bc_parse_while(BcParse *p) { in bc_parse_while() function
4146 s = bc_parse_while(p); in bc_parse_stmt()