Home
last modified time | relevance | path

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

/external/bc/include/
Dbc.h415 extern const BcParseNext bc_parse_next_expr;
/external/bc/src/
Ddata.c984 const BcParseNext bc_parse_next_expr = variable
Dbc_parse.c834 s = bc_parse_expr_err(p, BC_PARSE_NEEDVAL, bc_parse_next_expr); in bc_parse_return()
1593 bc_parse_expr_status(p, BC_PARSE_PRINT, bc_parse_next_expr); in bc_parse_stmt()
/external/toybox/toys/pending/
Dbc.c764 BcParseNext bc_parse_next_expr = variable
3518 s = bc_parse_expr_err(p, 0, bc_parse_next_expr); in bc_parse_return()
4059 s = bc_parse_expr_status(p, BC_PARSE_PRINT, bc_parse_next_expr); in bc_parse_stmt()