Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c569 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr() argument
636 if (lastone) { in run_expr()
637 *lastone = NULL; in run_expr()
642 if (lastone) { in run_expr()
643 *lastone = rest->next; in run_expr()
H A Deval_expr.h53 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
/freebsd/contrib/sendmail/src/
H A Dmap.c7544 bool lastone = false; local
7559 lastone = true;
7581 } while (!lastone);