HomeSort by: relevance | last modified time | path
    Searched refs:ActionHook (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
ActionHook.c 79 XtPointer closure, /* ActionHook* */
82 ActionHook list = *(ActionHook *) closure;
85 ActionHook next = list->next;
95 ActionHook hook = XtNew(ActionHookRec);
114 ActionHook *p, hook = (ActionHook) id;
TMaction.c 954 ActionHook hook = app->action_hook_list;
984 ActionHook hook = app->action_hook_list;
TMstate.c 599 ActionHook actionHookList;
617 ActionHook hook;
618 ActionHook next_hook;
  /xsrc/external/mit/libXt/dist/include/X11/
TranslateI.h 297 } ActionHookRec, *ActionHook;
  /xsrc/external/mit/xedit/dist/
hook.c 100 static void ActionHook(Widget, XtPointer, String, XEvent*, String*, Cardinal*);
128 (void)XtAppAddActionHook(app, ActionHook, NULL);
138 ActionHook(Widget w, XtPointer client_data, String action, XEvent *event,

Completed in 18 milliseconds