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"
41 * If the statement defines a specific map to use, this map is returned in
259 CommonInfo *this, *next;
260 for (this = cmn; this != NULL; this = next)
262 next = this->next;
263 free(this);
516 *kc_rtrn = 0; /* some callers rely on this */