Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/src/
H A Dbc_parse.c65 bc_parse_expr_err(BcParse* p, uint8_t flags, BcParseNext next);
903 s = bc_parse_expr_err(p, BC_PARSE_NEEDVAL, bc_parse_next_expr); in bc_parse_return()
1998 bc_parse_expr_err(BcParse* p, uint8_t flags, BcParseNext next) in bc_parse_expr_err() function
2627 BcParseStatus s = bc_parse_expr_err(p, flags, next); in bc_parse_expr_status()
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c3138 static BcStatus bc_parse_expr_err(BcParse *p, uint8_t flags, BcParseNext next);
3600 s = bc_parse_expr_err(p, 0, bc_parse_next_expr); in bc_parse_return()
4270 static BcStatus bc_parse_expr_err(BcParse *p, uint8_t flags, BcParseNext next) { in bc_parse_expr_err() function
4541 BcStatus s = bc_parse_expr_err(p, flags, next); in bc_parse_expr_status()
/aosp_15_r20/external/bc/manuals/
H A Ddevelopment.md4328 This recursion is indirect; the functions that `bc_parse_expr_err()` (the actual