HomeSort by: relevance | last modified time | path
    Searched defs:_ypbindlist (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/libhack/
yplib.c 69 struct dom_binding *_ypbindlist; variable in typeref:struct:dom_binding *
  /src/lib/libc/yp/
yplib.c 60 struct dom_binding *_ypbindlist; variable in typeref:struct:dom_binding *
128 ysd = _ypbindlist;
136 _ypbindlist = NULL;
143 for (ysd = _ypbindlist; ysd; ysd = ysd->dom_pnext)
274 ysd->dom_pnext = _ypbindlist;
275 _ypbindlist = ysd;
311 for (ypb = _ypbindlist; ypb; ypb = ypb->dom_pnext) {
317 _ypbindlist = ypb->dom_pnext;

Completed in 11 milliseconds