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

/freebsd-10.0-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())
1190 for (temp = _head, index = 0; temp; temp = temp->rest())
1270 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
1615 output_switches (_head, num_switche
[all...]
H A Dinput.cc750 Keyword_List **list_tail = &_head;
983 if (_head == NULL)
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dmacros.h58 static void atfu_ ## tc ## _head(atf_tc_t *); \
63 .m_head = atfu_ ## tc ## _head, \
69 static void atfu_ ## tc ## _head(atf_tc_t *); \
75 .m_head = atfu_ ## tc ## _head, \
83 atfu_ ## tc ## _head(atf_tc_t *tcptr)
86 (atfu_ ## tc ## _head)
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Dlibatf-sh.subr72 # named after it: <tc-name>_head and <tc-name>_body, and optionally by
377 # accompanied by two functions named after it: <tc-name>_head and
383 eval "${1}_head() { :; }"
564 ${1}_head

Completed in 93 milliseconds