Home
last modified time | relevance | path

Searched refs:nnext (Results 1 – 6 of 6) sorted by relevance

/external/one-true-awk/
Dparse.c39 x->nnext = NULL; in nodealloc()
227 for (c = a; c->nnext != NULL; c = c->nnext) in linkum()
229 c->nnext = b; in linkum()
250 for (p = vl; p; p = p->nnext) in defn()
262 for (n = 0; p != NULL; p = p->nnext, n++) in isarg()
Drun.c152 for (a = u; ; a = a->nnext) { in execute()
174 if (a->nnext == NULL) in execute()
247 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call()
256 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */ in call()
485 for (; p; p = p->nnext) { in makearraystring()
489 size_t nsub = p->nnext ? seplen : 0; in makearraystring()
879 a = a->nnext; in format()
923 a = a->nnext; in format()
972 for ( ; a; a = a->nnext) /* evaluate any remaining args */ in format()
988 y = a[0]->nnext; in awksprintf()
[all …]
Dawk.h158 struct Node *nnext; member
Dawkgram.y486 for ( ; vl; vl = vl->nnext) {
Db.c43 #define parent(v) (v)->nnext
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc459 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in DFA() local
460 int64_t one_state = sizeof(State) + nnext*sizeof(std::atomic<State*>) + in DFA()
752 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in CachedState() local
753 int mem = sizeof(State) + nnext*sizeof(std::atomic<State*>) + in CachedState()
764 (void) new (s->next_) std::atomic<State*>[nnext]; in CachedState()
767 for (int i = 0; i < nnext; i++) in CachedState()
769 s->inst_ = new (s->next_ + nnext) int[ninst]; in CachedState()
791 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in ClearCache() local
792 int mem = sizeof(State) + nnext*sizeof(std::atomic<State*>) + in ClearCache()
1932 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in BuildAllStates() local
[all …]