Lines Matching defs:irs_pr
92 struct irs_pr {
94 void (*close) __P((struct irs_pr *));
95 struct protoent *(*byname) __P((struct irs_pr *, const char *));
96 struct protoent *(*bynumber) __P((struct irs_pr *, int));
97 struct protoent *(*next) __P((struct irs_pr *));
98 void (*rewind) __P((struct irs_pr *));
99 void (*minimize) __P((struct irs_pr *));
100 struct __res_state * (*res_get) __P((struct irs_pr *));
101 void (*res_set) __P((struct irs_pr *, res_state,
174 struct irs_pr * (*pr_map) __P((struct irs_acc *));