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

  /ndk/sources/host-tools/nawk-20071023/
parse.c 39 x->nnext = NULL;
227 for (c = a; c->nnext != NULL; c = c->nnext)
229 c->nnext = b;
250 for (p = vl; p; p = p->nnext)
262 for (n = 0; p != 0; p = p->nnext, n++)
run.c 145 for (a = u; ; a = a->nnext) {
167 if (a->nnext == NULL)
240 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
249 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */
465 for (np = a[1]; np; np = np->nnext) {
471 if (np->nnext)
512 for (np = a[1]; np; np = np->nnext) {
518 if (np->nnext)
551 for (p = a[0]; p; p = p->nnext) {
558 if (p->nnext)
    [all...]
awk.h 134 struct Node *nnext; member in struct:Node
awkgram.y 480 for ( ; vl; vl = vl->nnext) {
b.c 44 #define parent(v) (v)->nnext
  /external/regex-re2/re2/
dfa.cc 728 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot local
729 int mem = sizeof(State) + nnext*sizeof(State*) + ninst*sizeof(int);
740 s->inst_ = reinterpret_cast<int*>(s->next_ + nnext);
741 memset(s->next_, 0, nnext*sizeof s->next_[0]);
    [all...]

Completed in 168 milliseconds