Home | History | Annotate | Download | only in misc

Lines Matching refs:next

182 	char *word, *next;
189 next = skip_over_word(word);
190 if (*next)
191 *next++ = 0;
192 *buf = next;
259 fs->next = NULL;
264 filesys_last->next = fs;
373 for (fs = filesys_info; fs; fs = fs->next) {
388 for (fs = filesys_info; fs; fs = fs->next) {
421 for (inst = instance_list; inst; inst = inst->next) {
515 inst->next = NULL;
520 for (p = instance_list; p && p->next; p = p->next);
523 p->next = inst;
538 for (inst = instance_list; inst; inst = inst->next) {
565 while (inst->next && (random() & 1)) {
567 inst = inst->next;
602 prev = inst, inst = inst->next) {
629 for (inst2 = instance_list; inst2; inst2 = inst2->next) {
656 prev->next = inst->next;
658 instance_list = inst->next;
946 for (inst = instance_list; inst; inst = inst->next) {
973 for (fs = filesys_info; fs; fs = fs->next) {
982 for (fs = filesys_info; fs; fs = fs->next) {
1002 for (fs = filesys_info; fs; fs = fs->next)
1010 for (fs = filesys_info; fs; fs = fs->next) {