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

/ast/src/lib/libodelta/
H A Dsuftree.h27 typedef char Element; typedef
32 Element *_label; /* substring labeling the edge */
39 Element *_suffix; /* suffix */
68 extern Suftree* bldsuftree(Element*, long);
70 extern long mtchsuftree(Suftree*, Element*, long, Element**);
/ast/src/lib/libtk/generic/
H A DtkOption.c30 typedef struct Element { struct
50 } Element; typedef in typeref:struct:Element
53 * Flags in Element structures:
92 Element *nextToUse; /* Pointer to &els[numUsed]. */
93 Element els[1]; /* Array of structures describing
103 + ((numEls)-1)*sizeof(Element)))
188 * Special "no match" Element to use as default for searches.
191 static Element defaultMatch;
201 Element *elPtr));
244 register Element *elPt
[all...]
H A DtkListbox.c25 typedef struct Element { struct
33 struct Element *nextPtr; /* Next in list of all elements of this
40 } Element; typedef in typeref:struct:Element
43 ((unsigned) (sizeof(Element) - 3 + stringLength))
61 Element *firstPtr; /* First in list of elements (NULL if no
63 Element *lastPtr; /* Last in list of elements (NULL if no
481 Element *elPtr;
530 Element *elPtr;
572 Element *elPtr;
732 Element *elPt
[all...]

Completed in 15 milliseconds