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

/freebsd-11-stable/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.cc130 : _head (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())
537 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
578 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)
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros.h54 static void atfu_ ## tc ## _head(atf_tc_t *); \
59 .m_head = atfu_ ## tc ## _head, \
65 static void atfu_ ## tc ## _head(atf_tc_t *); \
71 .m_head = atfu_ ## tc ## _head, \
79 atfu_ ## tc ## _head(atf_tc_t *tcptr ATF_DEFS_ATTRIBUTE_UNUSED)
82 (atfu_ ## tc ## _head)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c39 #define ATF_TC(arg0) static void arg0##_head(void)
40 #define ATF_TC_HEAD(arg0, arg1) static void arg0##_head()
48 #define ATF_TP_ADD_TC(arg0, arg1) arg1##_head(); arg1##_body()

Completed in 136 milliseconds