Searched refs:Element (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h207 typedef struct Element { /* double-linked list data type */ struct
208 struct Element *right;
209 struct Element *left;
211 } Element; typedef in typeref:struct:Element
214 Element *first;
215 Element *last;
220 void L_Insert(Element *Node, Head *HeadNode);
221 void L_Remove(Element *Node, Head *HeadNode);
H A Dldapdelete.c186 Element *datalist;
204 datalist = (Element *)malloc(sizeof(Element));
212 printf( gettext("Are you sure you want to delete the entire branch rooted at %s? [no]\n"), (char *)((Element *)(((Head *)&HeadNode)->first))->data);
H A Dcommon.c2501 void L_Insert(Element *Node, Head *HeadNode)
2521 void L_Remove(Element *Node, Head *HeadNode)
2523 Element *traverse = NULL;
2524 Element *prevnode = NULL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm364 =head2 Element Types and Accessor Methods
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm697 Element 0 of the details is test #1. I tried it with element 1 being
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm52 # A boolean for Variable and 16-bit weights at 4 levels of Collation Element
53 # PROBLEM: The Default Unicode Collation Element Table
1376 -- see 3.2 Default Unicode Collation Element Table, UTS #10.
1744 =item The Default Unicode Collation Element Table (DUCET)

Completed in 35 milliseconds