Go to the source code of this file.
◆ EXPR_MAX_OTHER
#define EXPR_MAX_OTHER 15 |
Definition at line 5 of file expr.h.
◆ MAX_PARSE_ID
Definition at line 6 of file expr.h.
◆ expr__add_id()
void expr__add_id |
( |
struct parse_ctx * |
ctx, |
|
|
const char * |
id, |
|
|
double |
val |
|
) |
| |
◆ expr__ctx_init()
void expr__ctx_init |
( |
struct parse_ctx * |
ctx | ) |
|
◆ expr__find_other()
int expr__find_other |
( |
const char * |
p, |
|
|
const char * |
one, |
|
|
const char *** |
other, |
|
|
int * |
num_other |
|
) |
| |
◆ expr__parse()
int expr__parse |
( |
double * |
final_val, |
|
|
struct parse_ctx * |
ctx, |
|
|
const char ** |
pp |
|
) |
| |