Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/src/
H A Dbc_parse.c497 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin()
570 else bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_builtin3()
634 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_scale()
1069 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_if()
1140 bc_parse_expr_status(p, flags, bc_parse_next_rel); in bc_parse_while()
1224 bc_parse_expr_status(p, 0, bc_parse_next_rel); in bc_parse_for()
H A Ddata.c1010 const BcParseNext bc_parse_next_rel = BC_PARSE_NEXT(1, BC_LEX_RPAREN); variable
/freebsd-13.1/contrib/bc/include/
H A Dbc.h441 extern const BcParseNext bc_parse_next_rel;