Lines Matching +defs:table +defs:list
421 static const char *table[] =
469 for (n = 0; n < XtNumber(table); ++n) {
470 if (!x_strncasecmp(table[n], data + first, len)) {
472 have_button, table[n],
518 * + X11R2 modified xterm was to eliminate the X10 table which provided part of
1649 String *params, /* list of targets */
1784 * list itself, and one for the data. Pointer to the data is the
1785 * first element of the list, the rest (if any) list elements point
2234 struct _SelectionList *list;
2238 if (targets[1] == None) { /* last target in list */
2247 /* 'list' is freed in SelectionReceived */
2248 list = TypeXtMalloc(struct _SelectionList);
2249 if (list != NULL) {
2250 list->params = params;
2251 list->count = num_params;
2252 list->targets = targets;
2253 list->time = ev_time;
2256 list = NULL;
2262 (XtPointer) list, ev_time);
2842 TRACE(("...empty text-list\n"));
2853 struct _SelectionList *list = (struct _SelectionList *) client_data;
2856 xtermGetSelection(w, list->time,
2857 list->params, list->count, list->targets);
3506 ** double click table for cut and paste in 8 bits
3508 ** This table is divided in four parts :
3669 /* simple table, to match documentation */
3723 /* print the table as if it were the charClass resource */
3725 printf("The table is equivalent to this \"charClass\" resource:\n");
4952 TRACE(("...list of values:%d\n", result));
4959 TRACE(("...list of values:%d\n", result));