Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c51 static BcParseStatus bc_parse_expr_err(BcParse *p, uint8_t flags,
500 s = bc_parse_expr_err(p, BC_PARSE_NEEDVAL, bc_parse_next_expr); in bc_parse_return()
1169 static BcParseStatus bc_parse_expr_err(BcParse *p, uint8_t flags, in bc_parse_expr_err() function
1522 BcParseStatus s = bc_parse_expr_err(p, flags, next); in bc_parse_expr_status()
/external/toybox/toys/pending/
Dbc.c3051 static BcStatus bc_parse_expr_err(BcParse *p, uint8_t flags, BcParseNext next);
3513 s = bc_parse_expr_err(p, 0, bc_parse_next_expr); in bc_parse_return()
4183 static BcStatus bc_parse_expr_err(BcParse *p, uint8_t flags, BcParseNext next) { in bc_parse_expr_err() function
4454 BcStatus s = bc_parse_expr_err(p, flags, next); in bc_parse_expr_status()