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

1 2

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
RepeaterP.h 60 XtIntervalId timer; /* timer that will fire */
StripCharP.h 75 XtIntervalId interval_id;
TipP.h 63 XtIntervalId timer;
  /xsrc/external/mit/xbiff/dist/
MailboxP.h 68 XtIntervalId interval_id; /* time between checks */
Mailbox.c 253 w->mailbox.interval_id = (XtIntervalId) 0;
312 static void clock_tic (XtPointer client_data, _X_UNUSED XtIntervalId *id)
  /xsrc/external/mit/libXaw/dist/examples/
xawhisto.c 14 static XtIntervalId timerId;
16 static void update(XtPointer client_data, XtIntervalId * id)
  /xsrc/external/mit/editres/dist/
geometry.c 52 static void FlashWidgetsOn ( XtPointer info_ptr, XtIntervalId * id );
53 static void FlashWidgetsOff ( XtPointer info_ptr, XtIntervalId * id );
54 static void FlashWidgetsCleanup ( XtPointer info_ptr, XtIntervalId * id );
366 FlashWidgetsOn((XtPointer) tree_info, (XtIntervalId *) NULL);
378 FlashWidgetsOn(XtPointer info_ptr, XtIntervalId *id)
400 FlashWidgetsOff(XtPointer info_ptr, XtIntervalId *id)
418 FlashWidgetsCleanup(XtPointer info_ptr, XtIntervalId *id)
comm.c 59 static void ClientTimedOut ( XtPointer data, XtIntervalId * id );
87 ClientTimedOut(XtPointer data, XtIntervalId *id)
  /xsrc/external/mit/xmh/dist/
main.c 65 XtIntervalId *id) /* unused */
86 XtIntervalId *id) /* unused */
103 XtIntervalId *id) /* unused */
  /xsrc/external/mit/libXt/dist/include/X11/
SelectionI.h 67 XtIntervalId timeout;
139 XtIntervalId timeout;
Intrinsic.h 129 typedef XtUIntPtr XtIntervalId;
320 XtIntervalId* /* id */
990 extern XtIntervalId XtAddTimeOut( /* obsolete */
996 extern XtIntervalId XtAppAddTimeOut(
1004 XtIntervalId /* timer */
  /xsrc/external/mit/libXt/dist/test/
Event.c 32 static void _Tick(XtPointer baton, XtIntervalId* id)
  /xsrc/external/mit/oclock/dist/
ClockP.h 55 XtIntervalId interval_id;
Clock.c 88 static void new_time ( XtPointer client_data, XtIntervalId *id );
423 static void new_time (XtPointer client_data, XtIntervalId *id)
  /xsrc/external/mit/xeyes/dist/
EyesP.h 53 XtIntervalId interval_id;
  /xsrc/external/mit/xload/dist/
xload.c 91 static void SetLights(XtPointer data, XtIntervalId *timer);
261 SetLights ((XtPointer) toplevel, (XtIntervalId *) 0);
337 SetLights (XtPointer data, XtIntervalId *timer)
  /xsrc/external/mit/xdm/dist/greeter/
LoginP.h 130 XtIntervalId interval_id; /* drop fail message note */
greet.c 151 static XtIntervalId pingTimeout;
182 XtIntervalId *intervalId)
  /xsrc/external/mit/xclock/dist/
ClockP.h 124 XtIntervalId interval_id;
  /xsrc/external/mit/libXaw/dist/src/
Repeater.c 62 static void tic(XtPointer, XtIntervalId*);
219 tic(XtPointer client_data, XtIntervalId *id _X_UNUSED)
StripChart.c 78 static void draw_it(XtPointer, XtIntervalId*);
318 draw_it(XtPointer client_data, XtIntervalId *id _X_UNUSED)
Tip.c 79 static void TipTimeoutCallback(XtPointer, XtIntervalId*);
561 TipTimeoutCallback(XtPointer closure, XtIntervalId *id _X_UNUSED)
  /xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.h 200 XtIntervalId inputTimeoutTimerId;
268 void handleInputTimeout(XtPointer data, XtIntervalId *timerId);
  /xsrc/external/mit/xedit/dist/
xedit.h 61 XtIntervalId timer;
  /xsrc/external/mit/libXt/dist/src/
NextEvent.c 778 (*ptr->te_proc) (ptr->te_closure, (XtIntervalId*)&ptr);
787 XtIntervalId
810 XtIntervalId
841 return ((XtIntervalId) tptr);
845 XtRemoveTimeOut(XtIntervalId id)

Completed in 19 milliseconds

1 2