Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c3048 static BcStatus bc_parse_stmt(BcParse *p);
3973 s = bc_parse_stmt(p); in bc_parse_body()
3980 static BcStatus bc_parse_stmt(BcParse *p) { in bc_parse_stmt() function
4161 else s = bc_parse_stmt(p); in bc_parse_parse()