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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dkeyword-list.h46 class KeywordExt_List : public Keyword_List class in inherits:Keyword_List
50 KeywordExt_List (KeywordExt *car);
55 KeywordExt_List *& rest ();
60 extern KeywordExt_List * copy_list (KeywordExt_List *list);
71 extern KeywordExt_List * mergesort_list (KeywordExt_List *list,
H A Dkeyword-list.cc34 /* ------------------------- KeywordExt_List class ------------------------- */
37 KeywordExt_List::KeywordExt_List (KeywordExt *car) function in class:KeywordExt_List
62 KeywordExt_List *
63 copy_list (KeywordExt_List *list)
65 return static_cast<KeywordExt_List *> (copy_list (static_cast<Keyword_List *> (list)));
156 KeywordExt_List *
157 mergesort_list (KeywordExt_List *list,
161 static_cast<KeywordExt_List *>
H A Doutput.h38 Output (KeywordExt_List *head,
109 KeywordExt_List * _head;
H A Dsearch.h36 Search (KeywordExt_List *list);
105 KeywordExt_List * _head;
H A Dmain.cc70 /* We can cast the keyword list to KeywordExt_List* because its list
72 KeywordExt_List* list = static_cast<KeywordExt_List*>(inputter._head);
130 for (KeywordExt_List *ptr = list; ptr; ptr = ptr->rest())
H A Dsearch.cc124 Search::Search (KeywordExt_List *list)
134 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
140 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
163 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
218 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
226 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
245 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
278 for (KeywordExt_List *l1 = _head; l1 && l1->rest(); l1 = l1->rest())
281 for (KeywordExt_List *l2 = l1->rest(); l2; l2 = l2->rest())
535 for (KeywordExt_List *tem
[all...]
H A Doutput.cc77 Output::Output (KeywordExt_List *head, const char *struct_decl,
120 KeywordExt_List *temp;
136 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
944 KeywordExt_List *temp;
1004 KeywordExt_List *temp;
1177 KeywordExt_List *temp;
1269 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
1432 static KeywordExt_List *
1433 output_switch_case (KeywordExt_List *list, int indent, int *jumps_away)
1493 output_switches (KeywordExt_List *lis
[all...]

Completed in 43 milliseconds