Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h434 extern const BcParseNext bc_parse_next_arg;
/freebsd/contrib/bc/src/
H A Ddata.c1014 const BcParseNext bc_parse_next_arg = BC_PARSE_NEXT(2, BC_LEX_RPAREN, variable
H A Dbc_parse.c340 bc_parse_expr_status(p, flags, bc_parse_next_arg); in bc_parse_args()