Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h447 extern const BcParseNext bc_parse_next_rel;
/freebsd/contrib/bc/src/
H A Dbc_parse.c543 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin()
620 else bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin3()
683 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale()
1147 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_if()
1217 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_while()
1298 if (p->l.t != BC_LEX_RPAREN) bc_parse_expr_status(p, 0, bc_parse_next_rel); in bc_parse_for()
H A Ddata.c1029 const BcParseNext bc_parse_next_rel = BC_PARSE_NEXT(1, BC_LEX_RPAREN); variable