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