Home | History | Annotate | Download | only in src

Lines Matching refs:next

66     struct FileBufferFrame  *next;
117 fb->next = NULL;
144 FileBufferFrame *next, *curr;
151 next = curr->next;
155 curr = next;
157 while (next != NULL);
314 curFrame = curFrame->next;
406 /* go to next frame */
407 curFrame = PortFile->curFrame = curFrame->next;
466 if (curFrame->next == NULL)
472 curFrame->next = nextFrame;
488 curFrame = curFrame->next;
549 /* go to next frame */
550 curFrame = curFrame->next;
553 PortFile->curFrame = curFrame->next;
573 /* go to next frame */
574 curFrame = curFrame->next;