Lines Matching defs:to

7  * Permission to use, copy, modify, distribute, and sublicense this software
12 * not be used in advertising or publicity pertaining to distribution of the
14 * to use the Adobe trademarks is hereby granted. If the Adobe trademark
15 * "Display PostScript"(tm) is used to describe this software, its
16 * functionality or for any other purpose, such use shall be limited to a
18 * PostScript system. Proper trademark attribution to reflect Adobe's
19 * ownership of the trademark shall be given whenever any such reference to
49 /* There are no words to describe how I feel about having to do this */
381 XrmValuePtr to,
393 "String to integer list conversion needs no extra arguments",
397 if (to->addr != NULL && to->size < sizeof(int *)) {
398 to->size = sizeof(int *);
421 if (to->addr == NULL) to->addr = (caddr_t) &list;
422 else *(float **) to->addr = list;
423 to->size = sizeof(int *);
431 XrmValuePtr to,
436 float *list = (float *) to->addr;
494 /* Register a converter for string to int list */
605 /* I wish we didn't have to do this! */
618 /* Don't make bugFamilies canonical; we'd have to make the initial
619 family canonical to do anything with it and there's no point in that */
741 family name by adding to the family name */
758 /* From here on dst no longer points to the end of the buffer */
772 /* Now to find the face in all this */
890 /* OK. What we expect to see here is *axes arrays. Each one contains at
937 /* We expect to see axes names, each optionally preceded with a / and
1039 pre-munged, so no need to do it again */
1042 /* Have to get the info from the server */
1437 /* Skip to the end of the ones we're keeping */
2025 /* If making it shared, be sure to synchronize with
2165 and sometimes it hasn't. The times when it has seem to correspond to
2167 global flag to notice when this happens. We also use this to tell whether
2168 or not the change is coming from internal to the widget or as a result
2223 /* Should probably look at format field, but seems to contain garbage */
2657 run we don't expect to leak much storage this way, since we
3263 /* The next two must be widgets in order to be reversed in color */
3731 /* Lots of stuff to destroy! */