Home
last modified time | relevance | path

Searched refs:run_expr (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.h53 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
H A Deval_expr.c562 *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 Dpmcstudy.c2758 res = run_expr(master_exp, 1, NULL); in user_expr()