Lines Matching refs:next
21 struct file *next;
84 /* The next symbol in the same bucket in the symbol hash table */
85 struct symbol *next;
134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next)
193 struct property *next; /* next property - null if last */
206 for (st = sym->prop; st; st = st->next) \
211 for (st = sym->prop; st; st = st->next) \
221 /* The next menu node at the same level */
222 struct menu *next;