Searched refs:run_expr (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/pmcstudy/ |
H A D | eval_expr.h | 53 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
|
H A D | eval_expr.c | 562 *val_fill = run_expr(exp, 0, &lastproc); in gather_exp_to_paren_close() 569 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr() function 694 xx = run_expr(exp, 1, NULL); in calc_expr()
|
H A D | pmcstudy.c | 2758 res = run_expr(master_exp, 1, NULL); in user_expr()
|