Lines Matching refs:next
258 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) {
270 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) {
365 * next line if the string is too long to fit on one line. Newline
395 /* Wrap to next line if either the word does not fit,
397 short, and the next word does not fit. */
412 /* Move to the next line if the word separator was a newline */
583 struct dialog_list *p, *next;
585 for (p = item_head; p; p = next) {
586 next = p->next;
599 item_cur->next = p;
661 for (p = item_head; p; p = p->next)
679 for (p = item_head; p; p = p->next) {