Lines Matching refs:next
37 struct ptrmap *next;54 struct ptrmap *next = map->next;55 if (next) // head is full56 map = next;66 newmap->next = head->next;67 head->next = newmap;81 for (; map; map = map->next) {96 for (; map; map = map->next) {