Searched refs:uepnext (Results 1 – 1 of 1) sorted by relevance
1710 struct userenv *uep, *uepnext; local1712 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[all …]