Lines Matching defs:this
5 Permission to use, copy, modify, distribute, and sell this software and its
8 copyright notice and this permission notice appear in supporting
11 The above copyright notice and this permission notice shall be included in
21 Except as contained in this notice, the name of The Open Group shall not be
23 in this Software without prior written authorization from The Open Group.
30 Permission to use, copy, modify, and distribute this software and its
33 both that copyright notice and this permission notice appear in
94 GlyphSharePtr *prev, this;
97 (this = *prev) && (this->bits != bits);
98 prev = &this->next)
100 if (this)
102 *prev = this->next;
103 CloseFont(this->font, (Font)0);
104 free(this);
164 * realize the cursor for every screen. Do not change the refcnt, this will be