Lines Matching defs:to
7 Permission is hereby granted, free of charge, to any person obtaining a copy
8 of this software and associated documentation files (the "Software"), to deal
10 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 copies of the Software, and to permit persons to whom the Software is
12 furnished to do so, subject to the following conditions:
25 used in advertising or otherwise to promote the sale, use or other dealings
33 Permission to use, copy, modify, and distribute this software and its
38 used in advertising or publicity pertaining to distribution of the
176 /* change border to gray; have to remember the old one,
205 * Description: Converts a name to a new cursor.
215 XrmValue from, to;
224 to.size = sizeof(Cursor);
225 to.addr = (XPointer) &cursor;
227 if (XtConvertAndStore(w, XtRString, &from, XtRColorCursor, &to)) {