Searched refs:BcParseNext (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dbc.h160 void bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next);
168 extern const BcParseNext bc_parse_next_expr;
169 extern const BcParseNext bc_parse_next_param;
170 extern const BcParseNext bc_parse_next_print;
171 extern const BcParseNext bc_parse_next_rel;
172 extern const BcParseNext bc_parse_next_elem;
173 extern const BcParseNext bc_parse_next_for;
174 extern const BcParseNext bc_parse_next_read;
H A Dparse.h69 typedef struct BcParseNext { struct
72 } BcParseNext; typedef in typeref:struct:BcParseNext
/freebsd-13-stable/contrib/bc/src/
H A Ddata.c776 const BcParseNext bc_parse_next_expr =
778 const BcParseNext bc_parse_next_param =
780 const BcParseNext bc_parse_next_print =
782 const BcParseNext bc_parse_next_rel = BC_PARSE_NEXT(1, BC_LEX_RPAREN);
783 const BcParseNext bc_parse_next_elem = BC_PARSE_NEXT(1, BC_LEX_RBRACKET);
784 const BcParseNext bc_parse_next_for = BC_PARSE_NEXT(1, BC_LEX_SCOLON);
785 const BcParseNext bc_parse_next_read =
H A Dbc_parse.c52 BcParseNext next);
1170 BcParseNext next)
1520 void bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next) {

Completed in 68 milliseconds