Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pmcstudy/
H A Deval_expr.h55 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
H A Deval_expr.c564 *val_fill = run_expr(exp, 0, &lastproc); in gather_exp_to_paren_close()
571 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr() function
696 xx = run_expr(exp, 1, NULL); in calc_expr()
H A Dpmcstudy.c2754 res = run_expr(master_exp, 1, NULL); in user_expr()