Lines Matching defs:next
310 * next line if the string is too long to fit on one line. Newline
345 /* Wrap to next line if either the word does not fit,
347 short, and the next word does not fit. */
525 struct dialog_list *p, *next;
527 for (p = item_head; p; p = next) {
528 next = p->next;
541 item_cur->next = p;
603 for (p = item_head; p; p = p->next)
621 for (p = item_head; p; p = p->next) {