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

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dypinternal.h75 extern struct dom_binding *_ypbindlist;
H A Dyp_bind.c80 struct dom_binding *_ypbindlist = NULL; variable in typeref:struct:dom_binding
121 ysd = _ypbindlist;
130 _ypbindlist = NULL;
139 for (ysd = _ypbindlist; ysd; ysd = ysd->dom_pnext)
280 ysd->dom_pnext = _ypbindlist;
281 _ypbindlist = ysd;
311 for (ypb = _ypbindlist; ypb; ypb = ypb->dom_pnext) {
317 _ypbindlist = ypb->dom_pnext;

Completed in 117 milliseconds