Searched refs:BcParseNext (Results 1 – 1 of 1) sorted by relevance
432 typedef struct BcParseNext { struct434 } BcParseNext; argument538 BcStatus bc_parse_expr_status(BcParse *p, uint8_t flags, BcParseNext next);758 BcParseNext bc_parse_next_expr =760 BcParseNext bc_parse_next_param =762 BcParseNext bc_parse_next_print =764 BcParseNext bc_parse_next_rel = BC_PARSE_NEXT(1, BC_LEX_RPAREN);765 BcParseNext bc_parse_next_elem = BC_PARSE_NEXT(1, BC_LEX_RBRACKET);766 BcParseNext bc_parse_next_for = BC_PARSE_NEXT(1, BC_LEX_SCOLON);767 BcParseNext bc_parse_next_read =[all …]