HomeSort by relevance Sort by last modified time
    Searched refs:cnext (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
tran.c 173 temp = cp->cnext; /* avoids freeing then using */
193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext)
196 tp->tab[h] = p->cnext;
198 prev->cnext = p->cnext;
231 p->cnext = tp->tab[h];
258 op = cp->cnext;
260 cp->cnext = np[nh];
275 for (p = tp->tab[h]; p != NULL; p = p->cnext)
awk.h 85 struct Cell *cnext; /* ptr to next if chained */ member in struct:Cell
run.c 687 a->cnext = tmps;
700 tmps[i-1].cnext = &tmps[i];
701 tmps[i-1].cnext = 0;
704 tmps = x->cnext;
    [all...]

Completed in 808 milliseconds