Lines Matching +defs:table +defs:list
71 /* TMaction.c -- maintains the state table of actions for the translation
150 CompiledActionTable table;
358 actionList->table, actionList->count, &ndx);
535 "Can't remove accelerators from NULL table",
717 XtFree((char *) curr->table);
738 rec->table = CompileActionTable(actions, num_actions, False, False);
748 CompiledActionTable table;
764 XtActionList list = *actions_return =
767 table = GetClassActions(widget_class);
769 if (table != NULL) {
772 for (i = (int) (*num_actions_return); --i >= 0; list++, table++) {
773 list->string = XrmQuarkToString(table->signature);
774 list->proc = table->proc;
908 * get pushed up in the match table if a lhs containing this initial
921 rec->table = CompileActionTable(tmActions, XtNumber(tmActions), False,
981 for (i = 0, actionP = actionList->table;