Lines Matching +defs:property +defs:list

228  * for each new ".screen" field added to this resource list.
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);
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.
11995 Atom property;
12007 property = CachedInternAtom(dpy, prop_name);
12011 property,
12020 TRACE((".. Cannot get %s property.\n", prop_name));
12045 TRACE((".. no property returned\n"));
12080 * If we found the supporting window, get the property containing the
12432 TRACE(("Setting _NET_WM_PID property to %lu\n", pid_l));