Lines Matching refs:uepnext
1710 struct userenv *uep, *uepnext; local
1712 uepnext = userenv_list;
1713 while (uepnext != NULL && !uepnext->ue_isset)
1714 uepnext = uepnext->ue_next;
1715 while ((uep = uepnext) != NULL) {
1716 uepnext = uep->ue_next;
1717 while (uepnext != NULL && !uepnext->ue_isset)
1718 uepnext = uepnext->ue_next;
1720 if (uepnext != NULL)
1782 struct userenv *uep, *uepnext; local
1784 uepnext = userenv_list;
1785 while (uepnext != NULL && uepnext->ue_isset)
1786 uepnext = uepnext->ue_next;
1787 while ((uep = uepnext) != NULL) {
1788 uepnext = uep->ue_next;
1789 while (uepnext != NULL && uepnext->ue_isset)
1790 uepnext = uepnext->ue_next;
1792 if (uepnext != NULL)