Searched refs:next2 (Results 1 – 4 of 4) sorted by relevance
192 list_t *list1, *next2; in slist_merge() local203 next2 = list2->l_next; in slist_merge()215 list2 = next2; in slist_merge()
144 CallInfo *next2 = next->next; /* next's next */ in luaE_shrinkCI() local145 ci->next = next2; /* remove next from the list */ in luaE_shrinkCI()148 if (next2 == NULL) in luaE_shrinkCI()151 next2->previous = ci; in luaE_shrinkCI()152 ci = next2; /* continue */ in luaE_shrinkCI()
136 next2 (uint64_t *x2, struct gen *g) in next2() function154 uint64_t x = next2 (&x2, g); in next_f2()168 uint64_t x = next2 (&x2, g); in next_d2()
2399 char *next, *next2, *str, *tofree; in pci_ahci_legacy_config() local2421 next2 = strstr(str, ",cd:"); in pci_ahci_legacy_config()2422 if (next == NULL || (next2 != NULL && next2 < next)) in pci_ahci_legacy_config()2423 next = next2; in pci_ahci_legacy_config()