Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c555 struct expression *lastproc; in gather_exp_to_paren_close() local
559 lastproc = gather_exp_to_paren_close(exp->next, &val); in gather_exp_to_paren_close()
562 *val_fill = run_expr(exp, 0, &lastproc); in gather_exp_to_paren_close()
564 return(lastproc); in gather_exp_to_paren_close()