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.
66 irs_gen_ng(struct irs_acc *this) {
67 struct gen_p *accpvt = (struct gen_p *)this->private;
96 ng_close(struct irs_ng *this) {
97 struct pvt *pvt = (struct pvt *)this->private;
99 ng_minimize(this);
103 memput(this, sizeof *this);
107 ng_next(struct irs_ng *this, const char **host, const char **user,
110 struct pvt *pvt = (struct pvt *)this->private;
129 ng_test(struct irs_ng *this, const char *name,
132 struct pvt *pvt = (struct pvt *)this->private;
148 ng_rewind(struct irs_ng *this, const char *group) {
149 struct pvt *pvt = (struct pvt *)this->private;
163 ng_minimize(struct irs_ng *this) {
164 struct pvt *pvt = (struct pvt *)this->private;