HomeSort by: relevance | last modified time | path
    Searched refs:actions (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Template.c 45 * Actions
75 static XtActionsRec actions[] = variable
98 actions, /* actions */
99 XtNumber(actions), /* num_actions */
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
Canvas.c 103 static XtActionsRec actions[] = variable
129 actions, /* actions */
130 XtNumber(actions), /* num_actions */
  /xsrc/external/mit/xsm/dist/
log.c 116 static XtActionsRec actions[] = {
120 XtAppAddActions (appContext, actions, XtNumber (actions));
111 static XtActionsRec actions[] = { local
mainwin.c 69 static XtActionsRec actions[] = {
131 XtAppAddActions (appContext, actions, XtNumber (actions));
67 static XtActionsRec actions[] = { local
  /xsrc/external/mit/xcalc/dist/
Makefile.am 29 actions.c \
  /xsrc/external/mit/xeyes/dist/
xeyes.c 103 static XtActionsRec actions[] = { variable
150 XtAppAddActions(app_context, actions, XtNumber(actions));
  /xsrc/external/mit/libXext/dist/include/X11/extensions/
xtestext1.h 70 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon5821
  /xsrc/external/mit/editres/dist/
Makefile.am 30 actions.c \
actions.c 248 * Description: Sets my application actions.
253 static XtActionsRec actions[] = { variable
265 XtAppAddActions(app_con, actions, XtNumber(actions));
  /xsrc/external/mit/libXt/dist/src/
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 */
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
726 XtAppAddActions(_XtDefaultAppContext(), actions, num_actions); local
    [all...]
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->params, &actions->num_params)
767 ActionRec *actions = NULL; local
    [all...]
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 && !state->isCycleEnd
    [all...]
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/
oclock.c 54 static XtActionsRec actions[] = { variable
143 (xtcontext, actions, XtNumber(actions));
  /xsrc/external/mit/xmore/dist/
xmore.c 68 static XtActionsRec actions[] = { variable
185 XtAppAddActions(app, actions, XtNumber(actions));
  /xsrc/external/mit/xmh/dist/
Makefile.am 30 actions.h \
init.c 33 #include "actions.h"
272 static XtActionsRec actions[] = { local
280 /* actions upon folders */
287 /* actions to support easier folder manipulation */
296 /* actions upon the Table of Contents */
305 /* actions upon the currently selected message(s) */
320 /* actions upon sequences */
328 /* actions to support easier sequence manipulation */
333 /* actions upon the currently viewed message */
344 /* actions upon a composition, reply, or forward *
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
Toggle.c 65 * Actions
135 actionsList, /* actions */
190 XtActionList actions; local
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);
    [all...]
Repeater.c 65 * Actions
80 static XtActionsRec actions[] = { variable
166 actions, /* actions */
167 XtNumber(actions), /* num_actions */
Simple.c 85 static XtActionsRec actions[] = { variable
189 actions, /* actions */
190 XtNumber(actions), /* num_actions */
192 NULL, /* actions */
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
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:__anon11946
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/
xlogo.c 97 static XtActionsRec actions[] = { variable
230 XtAppAddActions(app_con, actions, XtNumber(actions));
  /xsrc/external/mit/libXt/dist/include/X11/
CoreP.h 135 XtActionList actions; /* widget semantics name to proc map */ member in struct:_CoreClassPart
136 Cardinal num_actions; /* number of entries in actions */
TranslateI.h 108 ActionPtr actions; /* rhs list of actions to perform */ member in struct:_XtStateRec
281 ActionPtr actions; /* r.h.s. list of actions to perform */ member in struct:_EventSeqRec
395 struct _XtActionsRec * /* actions */,
560 ActionRec* /* actions */,
  /xsrc/external/mit/xgc/dist/
main.c 207 static XtActionsRec actions[] = { variable
304 XtAppAddActions(appcontext, actions, XtNumber(actions));

Completed in 35 milliseconds

1 2 3