Home
last modified time | relevance | path

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

/dragonfly/bin/ed/
H A Dglbl.c142 static long active_ptr; /* active_list index (non-decreasing) */ variable
204 while (active_ptr < active_last && active_list[active_ptr] == NULL) in next_active_node()
205 active_ptr++; in next_active_node()
206 return (active_ptr < active_last) ? active_list[active_ptr++] : NULL; in next_active_node()
215 active_size = active_last = active_ptr = active_ndx = 0; in clear_active_list()