Searched defs:GlExternalAction (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c349 typedef struct GlExternalAction GlExternalAction; typedef in typeref:struct:GlExternalAction
350 struct GlExternalAction { struct
356 * Specify how many GlExternalAction nodes are added to the
357 * GlExternalAction freelist whenever it becomes exhausted.
403 FreeList *ext_act_mem; /* Memory for GlExternalAction objects */
1967 gl->ext_act_mem = _new_FreeList(sizeof(GlExternalAction),
11061 GlExternalAction *a = (GlExternalAction *) current_data;
11078 GlExternalAction *
[all...]

Completed in 72 milliseconds