Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dtran.c173 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()
193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem()
196 tp->tab[h] = p->cnext; in freeelem()
198 prev->cnext = p->cnext; in freeelem()
231 p->cnext = tp->tab[h]; in setsymtab()
258 op = cp->cnext; in rehash()
260 cp->cnext = np[nh]; in rehash()
275 for (p = tp->tab[h]; p != NULL; p = p->cnext) in lookup()
Dawk.h85 struct Cell *cnext; /* ptr to next if chained */ member
Drun.c687 a->cnext = tmps; in tfree()
700 tmps[i-1].cnext = &tmps[i]; in gettemp()
701 tmps[i-1].cnext = 0; in gettemp()
704 tmps = x->cnext; in gettemp()
1448 ncp = cp->cnext; in instat()