Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/pmcstudy/
HDeval_expr.c558 struct expression *lastproc; in gather_exp_to_paren_close() local
562 lastproc = gather_exp_to_paren_close(exp->next, &val); in gather_exp_to_paren_close()
565 *val_fill = run_expr(exp, 0, &lastproc); in gather_exp_to_paren_close()
567 return(lastproc); in gather_exp_to_paren_close()