Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c523 static void bc_parse_endBody(BcParse *p, bool brace) { in bc_parse_endBody() function
943 bc_parse_endBody(p, false); in bc_parse_body()
969 bc_parse_endBody(p, false); in bc_parse_stmt()
1046 bc_parse_endBody(p, true); in bc_parse_stmt()
/external/toybox/toys/pending/
Dbc.c3534 static BcStatus bc_parse_endBody(BcParse *p, int brace) { in bc_parse_endBody() function
3989 s = bc_parse_endBody(p, 0); in bc_parse_body()
4012 s = bc_parse_endBody(p, 0); in bc_parse_stmt()
4072 s = bc_parse_endBody(p, 1); in bc_parse_stmt()