Home | History | Annotate | Download | only in libtess

Lines Matching defs:head

44   DictNode *head;
48 head = &dict->head;
50 head->key = NULL;
51 head->next = head;
52 head->prev = head;
65 for( node = dict->head.next; node != &dict->head; node = next ) {
104 DictNode *node = &dict->head;