Searched refs:nnext (Results 1 – 6 of 6) sorted by relevance
39 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()
152 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 …]
158 struct Node *nnext; member
486 for ( ; vl; vl = vl->nnext) {
43 #define parent(v) (v)->nnext
459 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot in DFA() local460 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() local753 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() local792 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 …]