Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h433 extern const BcParseNext bc_parse_next_expr;
/freebsd/contrib/bc/src/
H A Ddata.c950 const BcParseNext bc_parse_next_expr = BC_PARSE_NEXT(4, BC_LEX_NLINE, variable
H A Dbc_parse.c903 s = bc_parse_expr_err(p, BC_PARSE_NEEDVAL, bc_parse_next_expr); in bc_parse_return()
1737 bc_parse_expr_status(p, BC_PARSE_PRINT, bc_parse_next_expr); in bc_parse_stmt()