Home
last modified time | relevance | path

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

/src/bin/ed/
H A Dglbl.c140 static long active_ptr; /* active_list index (non-decreasing) */ variable
202 while (active_ptr < active_last && active_list[active_ptr] == NULL) in next_active_node()
203 active_ptr++; in next_active_node()
204 return (active_ptr < active_last) ? active_list[active_ptr++] : NULL; in next_active_node()
213 active_size = active_last = active_ptr = active_ndx = 0; in clear_active_list()