Lines Matching defs:list*
377 struct _SelectionList* list = (struct _SelectionList*)client_data;
379 if (list != NULL) {
380 if (list->asked == 0) {
383 list->asked++;
384 XtGetSelectionValue(w, list->selection, XA_COMPOUND_TEXT(d),
386 (XtPointer)list, list->time);
387 } else if (list->asked == 1) {
390 list->asked++;
391 XtGetSelectionValue(w, list->selection, XA_STRING,
393 (XtPointer)list, list->time);
396 Recurse on the tail of the params list. */
397 GetSelection(w, list->time, list->params, list->count);
490 struct _SelectionList* list;
493 list = XtNew(struct _SelectionList);
494 list->params = params + 1;
495 list->count = num_params;
496 list->time = timev;
497 list->asked = 0;
498 list->selection = selection;
501 list = NULL;
504 _SelectionReceived, (XtPointer)list, timev);
1073 char **list;
1082 if (Xutf8TextPropertyToTextList(d, &textprop, &list, &count)
1089 *value = *list;
1090 *length = strlen(*list);
1091 XFree(list);
1171 * Must walk the selection list in opposite order from UnsetSelection.
3362 * The parameter list should contain one boolean value. If the
3468 * The parameter list may contain either a number or the string 'Reset'.
4131 * Note: If the parameter list contains the string "RingBell" then