Lines Matching defs:pvt
62 struct pvt { struct
63 int needrewind;
64 char * nis_domain;
88 static void nisfree(struct pvt *, enum do_what); argument
95 struct pvt *pvt; in irs_nis_pw() local
126 struct pvt *pvt = (struct pvt *)this->private; in pw_close() local
137 struct pvt *pvt = (struct pvt *)this->private; in pw_next() local
172 struct pvt *pvt = (struct pvt *)this->private; in pw_byname() local
189 struct pvt *pvt = (struct pvt *)this->private; in pw_byuid() local
206 struct pvt *pvt = (struct pvt *)this->private; in pw_rewind() local
221 struct pvt *pvt = (struct pvt *)this->private; in makepasswdent() local
278 nisfree(struct pvt *pvt, enum do_what do_what) { in nisfree()