Lines Matching defs:next_node
229 static Node *next_node;
1343 next_node = NULL;
1609 if (!next_node) lim = NULL;
1610 if (next_node == lim) {
1611 next_node = (Node *)egmalloc(incr * sizeof (Node));
1612 lim = next_node + incr;
1614 next_node->d = d;
1616 next_node->id = c->nodeid++;
1617 next_node->alts = NULL;
1618 next_node->tab = NULL;
1619 next_node->out = 0;
1620 return (next_node++);