Lines Matching defs:this
5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
73 * struct irs_pr * irs_irp_pr(struct irs_acc *this)
78 irs_irp_pr(struct irs_acc *this) {
94 pvt->girpdata = this->private;
109 * void pr_close(struct irs_pr *this)
114 pr_close(struct irs_pr *this) {
115 struct pvt *pvt = (struct pvt *)this->private;
117 pr_minimize(this);
122 memput(this, sizeof *this);
126 * struct protoent * pr_byname(struct irs_pr *this, const char *name)
131 pr_byname(struct irs_pr *this, const char *name) {
132 struct pvt *pvt = (struct pvt *)this->private;
175 * struct protoent * pr_bynumber(struct irs_pr *this, int proto)
180 pr_bynumber(struct irs_pr *this, int proto) {
181 struct pvt *pvt = (struct pvt *)this->private;
224 * void pr_rewind(struct irs_pr *this)
229 pr_rewind(struct irs_pr *this) {
230 struct pvt *pvt = (struct pvt *)this->private;
258 pr_next(struct irs_pr *this) {
259 struct pvt *pvt = (struct pvt *)this->private;
297 * void pr_minimize(struct irs_pr *this)
302 pr_minimize(struct irs_pr *this) {
303 struct pvt *pvt = (struct pvt *)this->private;