5 #define EXPR_MAX_OTHER 15 6 #define MAX_PARSE_ID EXPR_MAX_OTHER
int expr__parse(double *final_val, struct parse_ctx *ctx, const char **pp)
int expr__find_other(const char *p, const char *one, const char ***other, int *num_other)
void expr__ctx_init(struct parse_ctx *ctx)
void expr__add_id(struct parse_ctx *ctx, const char *id, double val)