Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dbc.h455 extern const BcParseNext bc_parse_next_for;
/freebsd/contrib/bc/src/
H A Ddata.c1036 const BcParseNext bc_parse_next_for = BC_PARSE_NEXT(1, BC_LEX_SCOLON); variable
H A Dbc_parse.c1243 if (p->l.t != BC_LEX_SCOLON) bc_parse_expr_status(p, 0, bc_parse_next_for); in bc_parse_for()
1266 bc_parse_expr_status(p, flags, bc_parse_next_for); in bc_parse_for()