Lines Matching +defs:copy +defs:list

9  * copy of this software and associated documentation files (the
11 * without limitation the rights to use, copy, modify, merge, publish,
35 * Permission to use, copy, modify, distribute, and sell this software and its
61 * Permission to use, copy, modify, and distribute this software and its
228 * for each new ".screen" field added to this resource list.
253 { "copy-selection", HandleCopySelection },
412 { "tek-copy", HandleTekCopy },
2085 * string might be a list of parameters, as done in ISO-8613-3 (nor does
3346 * If the parameter list has subparameters (tokens separated by ":")
3385 * in the table that processed the parameter list.
3687 * Mark the parameter list so that we can exclude (most) bogus
6702 XVaNestedList list;
6708 list = XVaCreateNestedList(0,
6713 XSetICValues(input->xic, XNPreeditAttributes, list, (void *) 0);
6714 XFree(list);
8567 char **list = NULL;
8588 (rc = xtermUtf8ToTextList(xw, text, &list, &length)) < 0)
8591 if ((rc = XmbTextPropertyToTextList(dpy, text, &list, &length)) < 0)
8592 rc = XTextPropertyToStringList(text, &list, &length);
8600 char *s = list[n];
8614 XFreeStringList(list);
8660 int copy = IsTitleMode(xw, tmGetBase16);
8661 if (copy) {
8666 if (copy)
9927 * Parse a comma-separated list, returning a string which the caller must
9966 const FlagList * list)
9987 for (n = 0; list[n].name != NULL; ++n) {
9988 if (list[n].code == value) {
9991 TRACE(("...found %s (%d)\n", list[n].name, value));
9997 for (n = 0; list[n].name != NULL; ++n) {
9998 if (!x_wildstrcmp(next, list[n].name)) {
9999 int value = list[n].code;
10002 TRACE(("...found %s (%d)\n", list[n].name, value));
10051 String *list = TypeMallocN(String, XtNumber(xterm_resources));
10055 if (list == NULL)
10060 list[n] = (((int) xterm_resources[n].resource_offset < 0)
10064 width = (int) strlen(list[n]);
10068 qsort(list, (size_t) XtNumber(xterm_resources), sizeof(String), cmp_resources);
10070 char *value = vt100ResourceToString(xw, list[n]);
10071 printf("%-*s : %s\n", widest, list[n], value ? value : "(skip)");
10074 free(list);
10090 * X Toolkit "compiles" the resource-list into quarks and changes the
10471 * resource list.
10820 /* make a copy so that editres cannot change the resource after startup */
11228 * Make a copy in the input/request so that DefaultFontN() works for