| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | Template.c | 75 static XtActionsRec actions[] = variable in typeref:typename:XtActionsRec[] 98 actions, /* actions */ 99 XtNumber(actions), /* num_actions */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | Canvas.c | 103 static XtActionsRec actions[] = variable in typeref:typename:XtActionsRec[] 129 actions, /* actions */ 130 XtNumber(actions), /* num_actions */
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | log.c | 116 static XtActionsRec actions[] = { 120 XtAppAddActions (appContext, actions, XtNumber (actions)); 111 static XtActionsRec actions[] = { local in function:create_log_popup
|
| H A D | mainwin.c | 69 static XtActionsRec actions[] = { 131 XtAppAddActions (appContext, actions, XtNumber (actions)); 67 static XtActionsRec actions[] = { local in function:create_main_window
|
| /xsrc/external/mit/xcalc/dist/ |
| H A D | Makefile.am | 29 actions.c \
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | xeyes.c | 103 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 150 XtAppAddActions(app_context, actions, XtNumber(actions));
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| H A D | xtestext1.h | 70 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon2a380c130108
|
| /xsrc/external/mit/editres/dist/ |
| H A D | Makefile.am | 30 actions.c \
|
| H A D | actions.c | 248 * Description: Sets my application actions. 253 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 265 XtAppAddActions(app_con, actions, XtNumber(actions));
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMaction.c | 71 /* TMaction.c -- maintains the state table of actions for the translation 94 ((wc->core_class.actions) \ 95 ? (((TMClassCache)wc->core_class.actions)->actions) \ 99 CompileActionTable(register RConst struct _XtActionsRec *actions, register Cardinal count, /* may be 0 */ argument 116 for (i = (int) count; --i >= 0; cActions++, actions++) { 117 cActions->proc = actions->proc; 118 cActions->signature = (*func) (actions->string); 122 cTableHold = (CompiledActionTable) actions; 124 for (i = (int) count; --i >= 0; actions 297 CompiledActionTable actions; member in struct:_TMClassCacheRec 408 _XtInitializeActionData(register struct _XtActionsRec * actions,register Cardinal count,_XtBoolean inPlace) argument 711 _XtFreeActions(ActionList actions) argument 724 XtAddActions(XtActionList actions,Cardinal num_actions) argument 730 XtAppAddActions(XtAppContext app,XtActionList actions,Cardinal num_actions) argument [all...] |
| H A D | TMstate.c | 71 /* TMstate.c -- maintains the state table of actions for the translation 597 ActionRec *actions) 613 while (actions != NULL) { 614 /* perform any actions */ 615 if (procs[actions->idx] != NULL) { 620 XrmQuarkToString(stateTree->quarkTbl[actions->idx]); 633 actions->params, &actions->num_params); 637 (*(procs[actions->idx])) 638 (bindWidget, event, actions 592 HandleActions(Widget w,XEvent * event,TMSimpleStateTree stateTree,Widget accelWidget,XtActionProc * procs,ActionRec * actions) argument 767 ActionRec *actions = NULL; local in function:HandleSimpleState 1437 FreeActions(ActionPtr actions) argument [all...] |
| H A D | TMprint.c | 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 327 PrintActions(TMStringBuf sb,register ActionPtr actions,XrmQuark * quarkTbl,Widget accelWidget) argument 822 _XtPrintActions(register ActionRec * actions,XrmQuark * quarkTbl) argument [all...] |
| H A D | Core.c | 149 /* actions */ NULL, 187 /* actions */ NULL, 260 if (wc->core_class.actions != NULL) { 269 wc->core_class.actions = 270 (XtActionList) _XtInitializeActionData(wc->core_class.actions,
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | oclock.c | 54 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 143 (xtcontext, actions, XtNumber(actions));
|
| /xsrc/external/mit/xmore/dist/ |
| H A D | xmore.c | 68 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 185 XtAppAddActions(app, actions, XtNumber(actions));
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | Makefile.am | 27 policydir = $(datarootdir)/polkit-1/actions
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | Makefile.am | 30 actions.h \
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | Makefile.am | 27 policydir = $(datarootdir)/polkit-1/actions
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Toggle.c | 135 actionsList, /* actions */ 190 XtActionList actions; local in function:XawToggleClassInitialize 207 * Find the set and unset actions in the command widget's action table 209 XtGetActionList(commandWidgetClass, &actions, &num_actions); 212 if (streq(actions[i].string, "set")) 213 cclass->toggle_class.Set = actions[i].proc; 214 if (streq(actions[i].string, "unset")) 215 cclass->toggle_class.Unset = actions[i].proc; 219 XtFree((char *)actions);
|
| H A D | Repeater.c | 80 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 166 actions, /* actions */ 167 XtNumber(actions), /* num_actions */
|
| H A D | Simple.c | 85 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 189 actions, /* actions */ 190 XtNumber(actions), /* num_actions */ 192 NULL, /* actions */
|
| /xsrc/external/mit/libXtst/dist/ |
| H A D | README.md | 9 playback of user actions.
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xtestext1proto.h | 73 * This defines the maximum size of a list of input actions 138 * more user input actions to report to the client. It must 145 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon3b98989b0708 168 * These are the definitions for key/button motion input actions. 177 * This is the definition for pointer jump input actions. 189 * actions. 211 * there are no more input actions in an XTestInputAction event.
|
| /xsrc/external/mit/xlogo/dist/ |
| H A D | xlogo.c | 97 static XtActionsRec actions[] = { variable in typeref:typename:XtActionsRec[] 230 XtAppAddActions(app_con, actions, XtNumber(actions));
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | CoreP.h | 135 XtActionList actions; /* widget semantics name to proc map */ member in struct:_CoreClassPart 136 Cardinal num_actions; /* number of entries in actions */
|