Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h466 extern const BcParseNext bc_parse_next_builtin;
/freebsd/contrib/bc/src/
H A Ddata.c985 const BcParseNext bc_parse_next_builtin = BC_PARSE_NEXT(1, BC_LEX_COMMA); variable
H A Dbc_parse.c578 bc_parse_expr_status(p, flags, bc_parse_next_builtin); in bc_parse_builtin3()
585 bc_parse_expr_status(p, flags, bc_parse_next_builtin); in bc_parse_builtin3()