Lines Matching refs:next
29 struct filelist *next;
35 struct linelist *next;
57 new_line->next = linelist; \
128 /* The next element of the header is the version identifier. */
136 /* Next comes the header length. */
144 /* Next the minimum instruction length. */
174 struct dirlist *next;
179 .next = NULL
195 new_dir->next = dirlist;
209 dirlist = dirlist->next;
221 .next = NULL
274 /* Next comes the modification time. */
280 new_file->next = filelist;
428 new_file->next = filelist;
560 /* Next round, ignore this opcode. */
574 filelist = filelist->next;
592 linelist = linelist->next;