Home
last modified time | relevance | path

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

/netbsd-src/bin/ed/
H A Dglbl.c150 long active_ptr; /* active_list index (non-decreasing) */ variable
198 while (active_ptr < active_last && active_list[active_ptr] == NULL) in next_active_node()
199 active_ptr++; in next_active_node()
200 return (active_ptr < active_last) ? active_list[active_ptr++] : NULL; in next_active_node()
209 active_size = active_last = active_ptr = active_ndx = 0; in clear_active_list()