Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 72) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/
Drule.c85 struct rule *next = rule->next; in count_implicit_rule_limits() local
97 for (dep = rule->deps; dep != 0; dep = dep->next) in count_implicit_rule_limits()
147 rule = next; in count_implicit_rule_limits()
226 for (d = suffix_file->deps; d != 0; d = d->next) in convert_to_pattern()
235 for (d = suffix_file->deps; d != 0; d = d->next) in convert_to_pattern()
249 for (d2 = suffix_file->deps; d2 != 0; d2 = d2->next) in convert_to_pattern()
293 rule->next = 0; in new_pattern_rule()
297 for (r = pattern_rules; r != 0; lastrule = r, r = r->next) in new_pattern_rule()
308 d != 0 && d2 != 0; d = d->next, d2 = d2->next) in new_pattern_rule()
322 last_pattern_rule->next = rule; in new_pattern_rule()
[all …]
Dfile.c293 while (deps->next != 0) in rehash_file()
294 deps = deps->next; in rehash_file()
295 deps->next = from_file->deps; in rehash_file()
435 for (dp = new; dp->next != NULL; dp = dp->next) in parse_prereqs()
437 dp->next = ood; in parse_prereqs()
440 for (; ood != NULL; ood = ood->next) in parse_prereqs()
470 for (d = old; d != 0; d = d->next) in expand_deps()
562 dp = new = new->next; in expand_deps()
564 dp = dl->next = dp->next; in expand_deps()
572 dp = dp->next; in expand_deps()
[all …]
Dvpath.c31 struct vpath *next; /* Pointer to next struct in the linked list. */ member
67 nexto = old->next; in build_vpath_lists()
68 old->next = new; in build_vpath_lists()
183 struct vpath *next = path->next; in construct_vpath_list() local
192 vpaths = path->next; in construct_vpath_list()
194 lastpath->next = next; in construct_vpath_list()
204 path = next; in construct_vpath_list()
297 path->next = vpaths; in construct_vpath_list()
352 for (v = vpaths; v != 0; v = v->next) in vpath_search()
574 for (v = vpaths; v != 0; v = v->next) in print_vpath_data_base()
Dread.c208 while (d->next != tail) in read_all_makefiles()
209 d = d->next; in read_all_makefiles()
247 while (tail != 0 && tail->next != 0) in read_all_makefiles()
248 tail = tail->next; in read_all_makefiles()
260 tail->next = d; in read_all_makefiles()
264 tail->next = 0; in read_all_makefiles()
366 deps->next = read_makefiles; in eval_makefile()
826 struct nameseq *next = files->next; in eval() local
831 files = next; in eval()
1153 else if (target->next != 0) in eval()
[all …]
Dvariable.c51 last_pattern_var->next = p; in create_pattern_var()
55 p->next = 0; in create_pattern_var()
72 for (p = start ? start->next : pattern_vars; p != 0; p = p->next) in lookup_pattern_var()
349 setlist != 0; setlist = setlist->next) in lookup_variable()
466 l->next = file->double_colon->variables; in initialize_file_variables()
471 l->next = &global_setlist; in initialize_file_variables()
475 l->next = file->parent->variables; in initialize_file_variables()
534 file->pat_variables->next = l->next; in initialize_file_variables()
535 l->next = file->pat_variables; in initialize_file_variables()
555 setlist->next = current_variable_set_list; in create_new_variable_set()
[all …]
Dimplicit.c71 struct idep *next; /* struct dep -compatible interface */ member
86 n = p->next; in free_idep_chain()
308 for (rule = pattern_rules; rule != 0; rule = rule->next) in pattern_search()
488 for (dep = rule->deps; dep != 0; dep = dep->next) in pattern_search()
594 for (; *id_ptr; id_ptr = &(*id_ptr)->next) in pattern_search()
612 for (d = *id_ptr; d != 0; d = d->next) in pattern_search()
656 for (d = deps; d != 0; d = d->next) in pattern_search()
685 for (expl_d = file->deps; expl_d != 0; expl_d = expl_d->next) in pattern_search()
813 struct dep *next = dep->next; in pattern_search() local
815 dep = next; in pattern_search()
[all …]
Dcommands.c98 for (d = enter_file (".SUFFIXES")->deps; d != 0; d = d->next) in set_file_variables()
114 for (d = file->deps; d != 0; d = d->next) in set_file_variables()
153 for (d = file->deps; d != 0; d = d->next) in set_file_variables()
164 for (d = file->deps; d != 0; d = d->next) in set_file_variables()
198 for (d = file->deps; d != 0; d = d->next) in set_file_variables()
216 for (d = file->deps; d != 0; d = d->next) in set_file_variables()
459 for (c = children; c != 0; c = c->next) in fatal_error_signal()
480 for (c = children; c != 0; c = c->next) in fatal_error_signal()
484 for (c = children; c != 0; c = c->next) in fatal_error_signal()
586 for (d = child->file->also_make; d != 0; d = d->next) in delete_child_targets()
Dremake.c101 for (g = goals; g != 0; g = g->next) in update_goal_chain()
235 goals = g->next; in update_goal_chain()
237 lastgoal->next = g->next; in update_goal_chain()
242 g = lastgoal == 0 ? goals : lastgoal->next; in update_goal_chain()
250 g = g->next; in update_goal_chain()
336 for (d = f->deps; d != 0; d = d->next) in update_file()
490 file->deps = d->next; in update_file_1()
492 lastd->next = d->next; in update_file_1()
493 d = d->next; in update_file_1()
544 d = d->next; in update_file_1()
[all …]
Dstrcache.c32 struct strcache *next; /* The next block of strings. */ member
51 new->next = strcache; in new_cache()
73 for (sp = strcache; sp != NULL; sp = sp->next) in add_string()
139 for (sp = strcache; sp != 0; sp = sp->next) in strcache_iscached()
190 for (sp = strcache; sp != NULL; sp = sp->next) in strcache_print_stats()
Dfunction.c369 struct nameseq *next = chain->next; in string_glob() local
371 chain = next; in string_glob()
881 struct a_word *next; member
912 struct a_pattern *next; member
947 pattail = &pat->next; in func_filter_filterout()
970 wordtail = &word->next; in func_filter_filterout()
989 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
1002 for (pp = pathead; pp != 0; pp = pp->next) in func_filter_filterout()
1005 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
1020 for (wp = wordhead; wp != 0; wp = wp->next) in func_filter_filterout()
[all …]
Ddep.h38 struct dep *next; member
53 struct nameseq *next; member
Dmain.c446 struct command_variable *next; member
1319 for (cv = command_variables; cv != 0; cv = cv->next) in main()
1332 for (cv = command_variables; cv != 0; cv = cv->next) in main()
1849 read_makefiles = d->next; in main()
1851 last->next = d->next; in main()
1856 d = last == 0 ? read_makefiles : last->next; in main()
1868 d = d->next; in main()
1904 for (i = 0, d = read_makefiles; d != 0; ++i, d = d->next) in main()
2168 if (ns->next != 0) in main()
2183 lastgoal->next = 0; in main()
[all …]
Dalloca.c156 union hdr *next; /* For chaining headers. */ member
195 register header *np = hp->h.next; in alloca()
223 ((header *) new)->h.next = last_alloca_header; in alloca()
Dar.c221 new->next = state->chain; in ar_glob_match()
295 for (n = state.chain; n != 0; n = n->next) in ar_glob()
303 for (n = state.chain; n != 0; n = n->next) in ar_glob()
Dmisc.c528 c->next = 0; in copy_dep_chain()
532 lastnew = lastnew->next = c; in copy_dep_chain()
534 d = d->next; in copy_dep_chain()
548 d = d->next; in free_dep_chain()
568 n = n->next; in free_ns_chain()
Dvmsjobs.c134 for (c = children; c != 0 && c != child; lastc = c, c = c->next) in vmsHandleChildTerm()
190 children = c->next; in vmsHandleChildTerm()
192 lastc->next = c->next; in vmsHandleChildTerm()
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c56 char *next; /* next character in RE */ member
113 #define PEEK() (*p->next)
114 #define PEEK2() (*(p->next+1))
115 #define MORE() (p->next < p->end)
116 #define MORE2() (p->next+1 < p->end)
121 #define NEXT() (p->next++)
122 #define NEXT2() (p->next += 2)
123 #define NEXTn(n) (p->next += (n))
124 #define GETNEXT() (*p->next++)
188 p->next = (char *)pattern; /* convenience; we do not modify it */ in regcomp()
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c60 struct exit_function_list *next; member
120 for (l = __exit_funcs; l != NULL; l = l->next) { in __new_exitfn()
136 l->next = __exit_funcs; in __new_exitfn()
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) { in __cxa_finalize()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c389 const char *next; local
414 next = next_brace_sub (begin + 1);
415 if (next == NULL)
425 rest = next;
464 mempcpy (mempcpy (alt_start, p, next - p), rest, rest_len);
466 memcpy (alt_start, p, next - p);
467 memcpy (&alt_start[next - p], rest, rest_len);
485 if (*next == '}')
489 p = next + 1;
490 next = next_brace_sub (p);
[all …]
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h325 const Dwarf_Leb128* next = in process() local
330 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val)); in process()
332 return reinterpret_cast<const Dwarf_Abbr_AT*>(next); in process()
383 const Dwarf_Leb128* next = in process() local
390 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val)); in process()
398 return INC_CPTR_T(Dwarf_Abbr_AT, next, 1); in process()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c147 static COST line_cost P_ ((WORD *next, int len));
515 line_cost (register WORD *next, register int len) in line_cost() argument
520 if (next == word_limit) in line_cost()
524 if (next->next_break != word_limit) in line_cost()
526 n = len - next->line_length; in line_cost()
Dcompile.c91 struct sed_label *next; /* linked list (stack) */ member
727 ret->next = list;
740 ret = list_head->next;
796 tail = tail->next =
858 tail = tail->next =
868 tail = tail->next =
871 tail->next = NULL;
872 sub->replacement = root.next;
1655 for (lbl = labels; lbl; lbl = lbl->next)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c138 union hdr *next; /* For chaining headers. */ member
177 register header *np = hp->h.next; in alloca()
211 new->h.next = last_alloca_header; in alloca()
Dregcomp.c962 bin_tree_storage_t *storage, *next; in free_workarea_compile() local
963 for (storage = dfa->str_tree_storage; storage; storage = next) in free_workarea_compile()
965 next = storage->next; in free_workarea_compile()
1385 node->left->next = node; in calc_next()
1388 node->left->next = node->right->first; in calc_next()
1389 node->right->next = node->next; in calc_next()
1393 node->left->next = node->next; in calc_next()
1395 node->right->next = node->next; in calc_next()
1415 assert (node->next == NULL); in link_nfa_nodes()
1426 left = node->next->node_idx; in link_nfa_nodes()
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments2 ."and comment continuation to the next line using a \n"
8 ."comment to the next line using a backslash. To test whether\n"

123