Searched refs:KeywordExt_List (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gperf/src/
H A Dkeyword-list.h48 class KeywordExt_List : public Keyword_List class in inherits:Keyword_List
52 KeywordExt_List (KeywordExt *car);
57 KeywordExt_List *& rest ();
62 extern KeywordExt_List * copy_list (KeywordExt_List *list);
73 extern KeywordExt_List * mergesort_list (KeywordExt_List *list,
H A Dkeyword-list.cc36 /* ------------------------- KeywordExt_List class ------------------------- */
39 KeywordExt_List::KeywordExt_List (KeywordExt *car) function in class:KeywordExt_List
64 KeywordExt_List *
65 copy_list (KeywordExt_List *list)
67 return static_cast<KeywordExt_List *> (copy_list (static_cast<Keyword_List *> (list)));
158 KeywordExt_List *
159 mergesort_list (KeywordExt_List *list,
163 static_cast<KeywordExt_List *>
H A Doutput.h40 Output (KeywordExt_List *head,
110 KeywordExt_List * _head;
H A Dsearch.h38 Search (KeywordExt_List *list);
107 KeywordExt_List * _head;
H A Dmain.cc72 /* We can cast the keyword list to KeywordExt_List* because its list
74 KeywordExt_List* list = static_cast<KeywordExt_List*>(inputter._head);
131 for (KeywordExt_List *ptr = list; ptr; ptr = ptr->rest())
H A Dsearch.cc129 Search::Search (KeywordExt_List *list)
139 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
145 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
168 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
220 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
228 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
247 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
280 for (KeywordExt_List *l1 = _head; l1 && l1->rest(); l1 = l1->rest())
283 for (KeywordExt_List *l2 = l1->rest(); l2; l2 = l2->rest())
537 for (KeywordExt_List *tem
[all...]
H A Doutput.cc79 Output::Output (KeywordExt_List *head, const char *struct_decl,
121 KeywordExt_List *temp;
137 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
945 KeywordExt_List *temp;
1005 KeywordExt_List *temp;
1176 KeywordExt_List *temp;
1268 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
1431 static KeywordExt_List *
1432 output_switch_case (KeywordExt_List *list, int indent, int *jumps_away)
1492 output_switches (KeywordExt_List *lis
[all...]

Completed in 61 milliseconds