Searched refs:bc_parse_next_rel (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bc/include/ |
H A D | bc.h | 447 extern const BcParseNext bc_parse_next_rel;
|
/freebsd/contrib/bc/src/ |
H A D | bc_parse.c | 543 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 D | data.c | 1029 const BcParseNext bc_parse_next_rel = BC_PARSE_NEXT(1, BC_LEX_RPAREN); variable
|