Home
last modified time | relevance | path

Searched refs:_head (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/gperf/src/
HDsearch.cc130 : _head (list) in Search()
139 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare()
145 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare()
168 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare()
220 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in init_selchars_tuple()
228 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in delete_selchars()
247 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in count_duplicates_tuple()
280 for (KeywordExt_List *l1 = _head; l1 && l1->rest(); l1 = l1->rest()) in find_positions()
537 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in compute_alpha_unify()
578 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in init_selchars_multiset()
[all …]
HDmain.cc74 KeywordExt_List* list = static_cast<KeywordExt_List*>(inputter._head); in main()
80 list = searcher._head; in main()
94 Output outputter (searcher._head, in main()
HDoutput.cc90 : _head (head), _struct_decl (struct_decl), in Output()
119 _min_hash_value = _head->first()->_hash_value; in compute_min_max()
122 for (temp = _head; temp->rest(); temp = temp->rest()) in compute_min_max()
137 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in num_hash_values()
948 for (temp = _head, index = 0; temp; temp = temp->rest()) in output_keylength_table()
1010 for (temp = _head, index = 0; temp; temp = temp->rest()) in output_string_pool()
1051 for (temp = _head, index = 0; temp; temp = temp->rest()) in output_string_pool()
1188 for (temp = _head, index = 0; temp; temp = temp->rest()) in output_keyword_table()
1268 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in output_lookup_array()
1613 output_switches (_head, num_switches, switch_size, _min_hash_value, _max_hash_value, 10); in output_lookup_function_body()
HDinput.h63 Keyword_List * _head; variable
HDoutput.h110 KeywordExt_List * _head; variable
HDsearch.h107 KeywordExt_List * _head;
HDinput.cc750 Keyword_List **list_tail = &_head; in read_input()
983 if (_head == NULL) in read_input()
/NextBSD/contrib/atf/atf-c/
HDmacros.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)
/NextBSD/lib/libdispatch/src/
HDtrace.h133 _dispatch_trace_queue_push_list(dispatch_queue_t dq, dispatch_object_t _head, in _dispatch_trace_queue_push_list() argument
137 struct dispatch_object_s *dou = _head._do; in _dispatch_trace_queue_push_list()
142 _dispatch_introspection_queue_push_list(dq, _head, _tail); in _dispatch_trace_queue_push_list()
143 _dispatch_queue_push_list(dq, _head, _tail, pp, n); in _dispatch_trace_queue_push_list()
HDinline_internal.h247 _dispatch_queue_push_list(dispatch_queue_t dq, dispatch_object_t _head, in _dispatch_queue_push_list() argument
250 struct dispatch_object_s *head = _head._do, *tail = _tail._do; in _dispatch_queue_push_list()
/NextBSD/contrib/atf/atf-sh/
HDlibatf-sh.subr66 # named after it: <tc-name>_head and <tc-name>_body, and optionally by
372 # accompanied by two functions named after it: <tc-name>_head and
378 eval "${1}_head() { :; }"
559 ${1}_head
/NextBSD/contrib/netbsd-tests/lib/libc/stdio/
HDt_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()
/NextBSD/contrib/gperf/
HDChangeLog1363 (Input::_head): Change type to Keyword_List*.