HomeSort by relevance Sort by last modified time
    Searched full:cnext (Results 1 - 5 of 5) 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...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_expr.c 366 char cNext;
383 cNext = zInput[nKey];
384 if( fts3isspace(cNext)
385 || cNext=='"' || cNext=='(' || cNext==')' || cNext==0
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 834 char cNext = phoneNumber.charAt(index);
836 if (isWait(cNext)) {
841 if (!isWait(cNext) && !isPause(cNext)) {

Completed in 493 milliseconds