Searched defs:ypall_callback (Results 1 – 4 of 4) sorted by relevance
77 struct ypall_callback { struct78 int (*foreach)(); /* Return non-0 to stop getting80 char *data; /* Opaque pointer for use of callback
92 struct ypall_callback { struct111 extern int yp_all(char *, char *, struct ypall_callback *); argument
1590 ypall_callback(status, key, kl, val, vl, pushstat) in ypall_callback() function