Searched refs:next (Results 1 - 25 of 28) sorted by relevance

12

/scripts/kconfig/
H A Dkxgettext.c43 goto next;
50 next:
64 struct file_line *next; member in struct:file_line
78 self->next = NULL;
86 struct message *next; member in struct:message
109 self->next = NULL;
127 m = m->next;
142 fl->next = self->files;
163 m->next = message__list;
184 for (child = menu->list; child != NULL; child = child->next)
[all...]
H A Dmenu.c59 last_entry_ptr = &menu->next;
78 last_entry_ptr = &current_menu->next;
216 for (prop = sym->prop; prop; prop = prop->next) {
275 for (menu = parent->list; menu; menu = menu->next) {
283 for (menu = parent->list; menu; menu = menu->next) {
294 for (menu = parent->list; menu; menu = menu->next) {
303 for (; prop; prop = prop->next) {
319 for (menu = parent->list; menu; menu = menu->next)
326 for (menu = parent->next; menu; menu = menu->next) {
[all...]
H A Dutil.c19 for (file = file_list; file; file = file->next) {
29 file->next = file_list;
48 for (file = file_list; file; file = file->next) {
49 if (file->next)
H A Dexpr.h20 struct file *next; member in struct:file
75 struct symbol *next; member in struct:symbol
87 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER)
136 struct property *next; /* next property - null if last */ member in struct:property
150 for (st = sym->prop; st; st = st->next) \
155 for (st = sym->prop; st; st = st->next) \
159 struct menu *next; member in struct:menu
H A Dconf.c269 for (child = menu->list; child; child = child->next) {
328 for (child = menu->list; child; child = child->next) {
341 for (child = child->list; child; child = child->next) {
410 for (child = menu->list; child; child = child->next)
441 for (child = menu->list; child; child = child->next)
H A Dconfdata.c701 else if (menu->next != NULL) {
702 menu = menu->next;
705 if (menu->next != NULL) {
706 menu = menu->next;
770 goto next;
779 goto next;
785 next:
790 if (menu->next)
791 menu = menu->next;
793 if (menu->next) {
[all...]
H A Dsymbol.c440 for (prop = sym->prop; prop; prop = prop->next) {
795 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
814 symbol->next = symbol_hash[hash];
837 for (symbol = symbol_hash[hash]; symbol; symbol = symbol->next) {
983 struct dep_stack *prev, *next; member in struct:dep_stack
993 check_top->next = stack;
1003 check_top->next = NULL;
1032 for (; stack; stack = stack->next) {
1034 next_sym = stack->next ? stack->next
[all...]
H A Dzconf.y635 for (prop = sym->prop; prop; prop = prop->next) {
722 else if (menu->next)
723 menu = menu->next;
727 if (menu->next) {
728 menu = menu->next;
H A Dmconf.c407 for (child = menu->list; child; child = child->next) {
512 for (child = menu->list; child; child = child->next)
657 for (child = menu->list; child; child = child->next) {
H A Dzconf.tab.c_shipped369 /* The size of the maximum gap between one aligned stack and the next. */
399 stack. Advance YYPTR to a properly aligned location for the next
2400 for (prop = sym->prop; prop; prop = prop->next) {
2487 else if (menu->next)
2488 menu = menu->next;
2492 if (menu->next) {
2493 menu = menu->next;
H A Dgconf.c1121 for (child = menu->list; child; child = child->next) {
1286 for (child1 = src->list; child1; child1 = child1->next) {
1315 return; /* next parent */
1317 goto reparse; /* next child */
1340 return; // next parent
1342 goto reparse; // next child
1370 for (child = menu->list; child; child = child->next) {
1456 for (child = menu->list; child; child = child->next) {
/scripts/dtc/
H A Dlivetree.c38 new->next = *labels;
56 assert(first->next == NULL);
58 first->next = list;
66 struct property *next; local
69 next = p->next;
70 p->next = head;
72 p = next;
118 new_node->proplist = new_prop->next;
119 new_prop->next
[all...]
H A Ddtc.h81 struct marker *next; member in struct:marker
94 for (; (m); (m) = (m)->next)
130 struct label *next; member in struct:label
137 struct property *next; member in struct:property
160 for ((l) = (l0); (l); (l) = (l)->next)
163 for ((p) = (n)->proplist; (p); (p) = (p)->next)
203 struct reserve_info *next; member in struct:reserve_info
H A Dtreesource.c73 m = m->next;
115 m = m->next;
148 m = m->next;
176 m = m->next;
270 for (re = bi->reservelist; re; re = re->next) {
H A Ddata.c29 nm = m->next;
214 m = m->next;
226 mp = &((*mp)->next);
300 m->next = NULL;
H A Dchecks.c238 for (prop2 = prop->next; prop2; prop2 = prop2->next)
401 for (pp = &node->proplist; *pp; pp = &((*pp)->next))
417 *pp = prop->next;
/scripts/basic/
H A Dfixdep.c142 struct item *next; member in struct:item
168 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) {
190 aux->next = hashtab[hash % HASHSZ];
199 struct item *aux, *next; local
203 for (aux = hashtab[i]; aux; aux = next) {
204 next = aux->next;
/scripts/genksyms/
H A Dparse.y42 *p = node->next;
69 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;
149 struct string_list *decl = (*$3)->next;
150 (*$3)->next = NULL;
410 { remove_list($2, &(*$1)->next); $$ = $2; }
H A Dgenksyms.c192 (defn = defn->next) && defn->tag == SYM_NORMAL &&
194 (defn = defn->next) && defn->tag == SYM_NORMAL &&
345 struct string_list *next = s->next; local
347 s = next;
358 newnode->next = NULL;
371 for (n2 = n; n2->next; n2 = n2->next)
373 n2->next = start;
399 for (start = start->next; star
[all...]
H A Dgenksyms.h38 struct string_list *next; member in struct:string_list
H A Dparse.tab.c_shipped86 *p = node->next;
113 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;
368 /* The size of the maximum gap between one aligned stack and the next. */
382 stack. Advance YYPTR to a properly aligned location for the next
1740 struct string_list *decl = (*(yyvsp[(3) - (3)]))->next;
1741 (*(yyvsp[(3) - (3)]))->next = NULL;
2056 { remove_list((yyvsp[(2) - (2)]), &(*(yyvsp[(1) - (2)]))->next); (yyval) = (yyvsp[(2) - (2)]); }
/scripts/kconfig/lxdialog/
H A Ddialog.h175 struct dialog_list *next; member in struct:dialog_list
190 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
H A Dutil.c325 * next line if the string is too long to fit on one line. Newline
360 /* Wrap to next line if either the word does not fit,
362 short, and the next word does not fit. */
540 struct dialog_list *p, *next; local
542 for (p = item_head; p; p = next) {
543 next = p->next;
556 item_cur->next = p;
618 for (p = item_head; p; p = p->next)
636 for (p = item_head; p; p = p->next) {
[all...]
/scripts/mod/
H A Dmodpost.c117 for (mod = modules; mod; mod = mod->next)
141 mod->next = modules;
153 struct symbol *next; member in struct:symbol
186 struct symbol *next)
193 s->next = next;
219 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
355 * Return a copy of the next line in a mmap'ed file.
1821 for (s = mod->unres; s; s = s->next) {
1883 for (s = mod->unres; s; s = s->next) {
185 alloc_symbol(const char *name, unsigned int weak, struct symbol *next) argument
2098 struct ext_sym_list *next; member in struct:ext_sym_list
[all...]
H A Dmodpost.h106 struct module *next; member in struct:module

Completed in 3520 milliseconds

12