HomeSort by: relevance | last modified time | path
    Searched defs:Initialize (Results 1 - 25 of 29) sorted by relevancy

1 2

  /xsrc/external/mit/libXt/dist/src/
HookObj.c 63 static void Initialize(Widget req, Widget new, ArgList args,
75 /* initialize */ Initialize,
123 Initialize(Widget req _X_UNUSED,
Shell.c 165 static void Initialize(Widget, Widget, ArgList, Cardinal *);
195 /* initialize */ Initialize,
260 /* initialize */ NULL,
419 /* initialize */ WMInitialize,
497 /* initialize */ NULL,
582 /* initialize */ TopLevelInitialize,
676 /* initialize */ ApplicationInitialize,
806 /* initialize */ SessionInitialize,
1030 Initialize(Widget req _X_UNUSED
2644 Boolean initialize = False; local
    [all...]
  /xsrc/external/mit/brotli/dist/c/enc/
hash_composite_inc.h 43 static void FN(Initialize)(HasherCommon* common,
51 /* TODO: Initialize of the hashers is defered to Prepare (and params
54 those params to all hashers FN(Initialize) */
65 FN_A(Initialize)(self->common, &self->ha, self->params);
66 FN_B(Initialize)(&self->hb_common, &self->hb, self->params);
hash_longest_match_quickly_inc.h 46 static void FN(Initialize)(
hash_rolling_inc.h 54 static void FN(Initialize)(
122 /* In this case we must re-initialize the hasher from scratch from the
hash_forgetful_chain_inc.h 83 static void FN(Initialize)(
hash_longest_match64_inc.h 60 static void FN(Initialize)(
hash_longest_match_inc.h 61 static void FN(Initialize)(
hash_to_binary_tree_inc.h 57 static void FN(Initialize)(
  /xsrc/external/mit/xkbutils/dist/
LED.c 68 static void Initialize(Widget request, Widget new, ArgList args,
87 /* initialize */ Initialize,
194 Initialize(Widget request, Widget new, ArgList args, Cardinal *num_args)
208 } /* Initialize */
  /xsrc/external/mit/xmh/dist/
tsource.c 53 static void Initialize(Widget, Widget, ArgList, Cardinal *num_args);
69 /* initialize */ Initialize,
321 static void Initialize(
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
egldriver.h 87 EGLBoolean (*Initialize)(_EGLDisplay *disp);
94 /* this is the only function (other than Initialize) that may be called
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglapi.h 56 EGLBoolean (*Initialize)(_EGLDriver *, _EGLDisplay *disp);
78 /* this is the only function (other than Initialize) that may be called
  /xsrc/external/mit/glw/dist/
GLwDrawA.c 76 static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgList args,Cardinal *num_args);
111 * In the initialize proc we calculate the actual visual. Then, we
113 * the initialize proc. If requested, we also reallocate colors in
226 ** in the initialize proc.
306 /* initialize */ (XtInitProc) Initialize,
373 /* Initialize the attribList based on the attributes */
416 /* Initialize the visualInfo based on the attribute list */
425 /* Initialize the colormap based on the visual info.
473 static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgList args,Cardinal *num_args)
    [all...]
  /xsrc/external/mit/xditview/dist/
Dvi.c 130 static void Initialize(Widget, Widget, ArgList, Cardinal *);
153 Initialize, /* initialize */
216 Initialize(Widget request, Widget new, ArgList args, Cardinal *num_args)
  /xsrc/external/mit/xfontsel/dist/
ULabel.c 106 static void Initialize(Widget request, Widget new,
126 /* initialize */ Initialize,
461 Initialize(Widget request, Widget new, ArgList args, Cardinal *num_args)
490 } /* Initialize */
  /xsrc/external/mit/xlogo/dist/
Logo.c 69 static void Initialize ( Widget request, Widget new, ArgList args,
87 /* initialize */ Initialize,
369 Initialize(_X_UNUSED Widget request, Widget new,
  /xsrc/external/mit/xbiff/dist/
Mailbox.c 164 static void Initialize (Widget request, Widget new,
181 /* initialize */ Initialize,
238 static void Initialize (_X_UNUSED Widget request, Widget new,
  /xsrc/external/mit/oclock/dist/
Clock.c 80 static void Initialize ( Widget greq, Widget gnew, ArgList args,
109 /* initialize */ Initialize,
145 static void Initialize (Widget greq, Widget gnew,
  /xsrc/external/mit/xmag/dist/
Scale.c 110 static void Initialize ( Widget request, Widget new, ArgList args,
164 /* initialize */ Initialize,
275 Initialize(_X_UNUSED Widget request, Widget new,
  /xsrc/external/mit/xman/dist/
ScrollByL.c 120 static void Initialize(Widget req, Widget new, ArgList args,
143 /* initialize */ Initialize,
604 Initialize(Widget req, Widget new, ArgList args, Cardinal * num_args)
624 } /* Initialize. */
  /xsrc/external/mit/xfd/dist/
grid.c 54 static void Initialize(Widget request, Widget new, ArgList args,
124 /* initialize */ Initialize,
575 Initialize(Widget request, Widget new,
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 120 static Bool Initialize(VendorShellWidget, XawVendorShellExtPart*);
1361 Initialize(VendorShellWidget vw, XawVendorShellExtPart *ve)
1458 if ( Initialize( (VendorShellWidget) w, ve ) == FALSE ) return;
  /xsrc/external/mit/bitmap/dist/
Bitmap.c 310 static void Initialize(Widget wrequest, Widget wnew,
328 /* initialize */ Initialize,
815 Initialize(Widget wrequest, Widget wnew, ArgList argv, Cardinal *argc)
  /xsrc/external/mit/xeyes/dist/
Eyes.c 397 static void Initialize (
951 /* initialize */ Initialize,

Completed in 27 milliseconds

1 2