Searched refs:lastone (Results 1 – 3 of 3) sorted by relevance
569 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr() argument636 if (lastone) { in run_expr()637 *lastone = NULL; in run_expr()642 if (lastone) { in run_expr()643 *lastone = rest->next; in run_expr()
53 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
7544 bool lastone = false; local7559 lastone = true;7581 } while (!lastone);