Lines Matching refs:last_part
94 * last_part the last resource part (e.g. *background)
101 _set_resource_values(Widget w, char *resource, char *value, char *last_part)
118 if (last_part == NULL)
138 * try to match the last_part of the resource string with
142 if ((strcmp(last_part,
144 (strcmp(last_part,
265 * type String the the same type as the resource (last_part).
292 * last_part the last resource part (e.g. *background)
304 char *last_part)
330 _set_resource_values(children[i], resource, value, last_part);
332 resource, value, last_token, last_part);
351 * last_part the last resource part (e.g. *background)
364 char *last_part)
376 value, last_token, last_part);
487 * last_part the last resource part (e.g. *background)
527 char *last_part)
542 _set_resource_values(w, resource, value, last_part);
545 _set_resource_values(w, resource, value, last_part);
548 last_token, last_part);
553 resource, value, last_token, last_part);
560 _set_resource_values(w, resource, value, last_part);
563 _set_resource_values(w, resource, value, last_part);
566 last_token, last_part);
571 resource, value, last_token, last_part);
579 last_token, last_part);
644 * last_part = background last_token = .
666 char *last_part;
712 last_token = _get_last_part(remainder, &last_part);
717 _set_resource_values(w, resource, value, last_part);
720 value, last_token, last_part);
736 last_token, last_part);
740 XtFree(last_part);