Lines Matching defs:next
87 * the result returned must stay consistent until next call.
248 while (device->next)
251 device = device->next;
289 /* go to next detected device */
290 device = device->next;
355 device = device->next;
418 session->next = sessions;
969 /* at each bit to see we must go to the next byte */
1309 /* copy extra lines needed for lds in next buffer */
1402 for (session = sessions; session; session = session->next)
1421 prev->next = session->next;
1423 sessions = session->next;
1480 struct P5_Session *session, *next;
1496 for (session = sessions; session; session = next)
1498 next = session->next;
1507 nextdev = dev->next;
1640 for (device = devices; device; device = device->next)
1682 /* head of the list becomes the next, and start is replaced */
1684 device->next = devices;
2026 /* release device and parport for next uses */