Lines Matching refs:actions
328 register ActionPtr actions,
332 while (actions != NULL) {
347 proc = XrmQuarkToString(quarkTbl[actions->idx]);
352 PrintParams(sb, actions->params, actions->num_params);
354 actions = actions->next;
381 /* try to pick up the correct state with actions, to be printed */
452 if (!state->actions && nextLevel)
454 while (!state->actions && !state->isCycleEnd)
458 if (state->actions) {
463 state->actions,
473 /* no actions are attached to this production */
653 printf(" !! no actions !! ");
822 _XtPrintActions(register ActionRec *actions, XrmQuark *quarkTbl)
828 PrintActions(sb, actions, quarkTbl, (Widget) NULL);