Searched refs:expand_first (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c239 struct netgrnam *expand_first; member in struct:netgrtab
249 ngt->expand_lastp = &ngt->expand_first;
306 if ((first = ngt->expand_first) == 0) {
309 if ((ngt->expand_first = first->expand_next) == 0) {
310 ngt->expand_lastp = &ngt->expand_first;

Completed in 45 milliseconds