Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
30 * Link to the next symbol in the table with the same name
39 * Link to the next symbol in the table with the same scope
75 struct symbol_header *next;
89 /** Link to next (inner) scope level. */
90 struct scope_level *next;
125 * The next call to \c _mesa_symbol_table_iterator_get will return this
127 * returned by the next call.
139 for (scope = table->current_scope; scope != NULL; scope = scope->next) {
164 table->current_scope = scope->next;
170 struct symbol *const next = sym->next_with_same_scope;
179 sym = next;
191 scope->next = table->current_scope;
344 hdr->next = table->hdr;
401 hdr->next = table->hdr;
421 ; top_scope->next != NULL
422 ; top_scope = top_scope->next) {
475 struct symbol_header *next;
481 for (hdr = table->hdr; hdr != NULL; hdr = next) {
482 next = hdr->next;