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

/freebsd-9.3-release/contrib/gperf/src/
H A Dinput.h63 Keyword_List * _head; member in class:Input
H A Dmain.cc74 KeywordExt_List* list = static_cast<KeywordExt_List*>(inputter._head);
80 list = searcher._head;
94 Output outputter (searcher._head,
H A Doutput.h110 KeywordExt_List * _head; member in class:Output
H A Dsearch.h107 KeywordExt_List * _head; member in class:Search
147 /* Length of _head list. Number of keywords, not counting duplicates. */
H A Dsearch.cc127 : _head (list)
136 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
142 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
165 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
217 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
225 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
244 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
277 for (KeywordExt_List *l1 = _head; l1 && l1->rest(); l1 = l1->rest())
534 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
575 for (KeywordExt_List *temp = _head; tem
[all...]
H A Doutput.cc90 : _head (head), _struct_decl (struct_decl),
119 _min_hash_value = _head->first()->_hash_value;
122 for (temp = _head; temp->rest(); temp = temp->rest())
137 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
948 for (temp = _head, index = 0; temp; temp = temp->rest())
1010 for (temp = _head, index = 0; temp; temp = temp->rest())
1051 for (temp = _head, index = 0; temp; temp = temp->rest())
1188 for (temp = _head, index = 0; temp; temp = temp->rest())
1268 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
1613 output_switches (_head, num_switche
[all...]
H A Dinput.cc750 Keyword_List **list_tail = &_head;
983 if (_head == NULL)

Completed in 231 milliseconds