Lines Matching full:while
124 while (_ls_looping) { \
129 while (_ls_p) { \
139 while (_ls_psize > 0 || (_ls_qsize > 0 && _ls_q)) { \
171 } while (0)
188 while (_ls_looping) { \
193 while (_ls_p) { \
203 while ((_ls_psize > 0) || ((_ls_qsize > 0) && _ls_q)) { \
235 } while (0)
252 while (_ls_looping) { \
258 while (_ls_p) { \
274 while (_ls_psize > 0 || (_ls_qsize > 0 && _ls_q)) { \
311 } while (0)
323 } while (0)
333 while (_tmp->next) { _tmp = _tmp->next; } \
338 } while (0)
349 while (_tmp->next) { _tmp = _tmp->next; } \
354 } while (0)
369 } while (0)
385 } while (0)
397 while (_tmp->next && (_tmp->next != (del))) { \
404 } while (0)
413 } while (0)
435 } while (0)
445 } while (0)
458 while (_tmp->next && (_tmp->next != (el))) { \
465 } while (0)
481 while (_tmp->next && (_tmp->next != (el))) { \
491 } while (0) \
506 } while (0) \
520 while ((head1)->next) { (head1) = (head1)->next; } \
526 } while (0)
533 while ((add)->next->next) { (add)->next = (add)->next->next; } \
539 } while (0)
549 while ((head)->next != NULL && (cmp((head)->next, add)) < 0) { \
556 } while (0)
565 while ((head)->next && ((head)->next != (del))) { \
573 } while (0)
585 while ((add)->next->next && ((add)->next->next != (el))) { \
593 } while (0)
605 while ((add)->next->next && ((add)->next->next != (el))) { \
616 } while (0) \
636 } while (0)
653 } while (0)
669 } while (0)
685 } while (0)
703 } while (0)
726 } while (0)
735 } while (0)
780 } while (0)
801 } while (0) \
822 } while (0) \
844 while ((head)->next && (cmp((head)->next, add)) < 0) { \
857 } while (0)
878 } while (0)
895 } while (0)
911 } while (0)
927 } while (0)
941 } while (0)
950 } while (0)
974 } while (0)
984 } while (0)
1004 } while (0)
1024 } while (0)
1041 } while (0)
1064 while ((char*)(head)->next != _tmp && (cmp((head)->next, add)) < 0) { \
1073 } while (0)