Lines Matching defs:this
4 Permission to use, copy, modify, and distribute this
8 notice and this permission notice appear in supporting
13 of this software for any purpose. It is provided "as is"
68 XkbDeviceLedChangesPtr this;
73 for (this = &old->leds; this && (!found); this = this->next) {
74 if ((this->led_class == new->led_class) &&
75 (this->led_id == new->led_id)) {
76 found = this;
99 for (this = old->leds.next; this; this = next) {
100 next = this->next;
101 _XkbFree(this);