Searched refs:ind (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/stdlib/
H A Datexit.h35 int ind; /* next index in this table */ member in struct:atexit
H A Datexit.c73 if (p->ind + 1 >= p->max)
85 p->ind = 1;
87 p->ind = 0;
95 fnp = &p->fns[p->ind++];
127 for (n = p->ind; --n >= 0;) {
196 p->ind = 1;

Completed in 135 milliseconds