Lines Matching defs:next
93 *head = temp->next;
105 new->next = *old;
112 while (*head) head = &(*head)->next;
123 struct arg_list *next = list->next;
125 list->next = rev;
127 list = next;
146 for (temp = TT.dbase[hash]; temp; temp = temp->next) {
246 for (temp = TT.probes; temp; temp = temp->next) {
485 for (dirs = TT.dirs; dirs; dirs = dirs->next) {
514 for (dirs = TT.dirs; dirs; dirs = dirs->next) {
520 for (dirs = TT.dirs; dirs; dirs = dirs->next) {