Lines Matching refs:temp

139   for (KeywordExt_List *temp = _head; temp; temp = temp->rest())  in prepare()  local
145 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare() local
147 KeywordExt *keyword = temp->first(); in prepare()
168 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare() local
170 KeywordExt *keyword = temp->first(); in prepare()
220 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in init_selchars_tuple() local
221 temp->first()->init_selchars_tuple(positions, alpha_unify); in init_selchars_tuple()
228 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in delete_selchars() local
229 temp->first()->delete_selchars(); in delete_selchars()
247 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in count_duplicates_tuple() local
249 KeywordExt *keyword = temp->first(); in count_duplicates_tuple()
537 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in compute_alpha_unify() local
539 KeywordExt *keyword = temp->first(); in compute_alpha_unify()
578 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in init_selchars_multiset() local
579 temp->first()->init_selchars_multiset(positions, alpha_unify, alpha_inc); in init_selchars_multiset()
599 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in count_duplicates_multiset() local
601 KeywordExt *keyword = temp->first(); in count_duplicates_multiset()
735 KeywordExt_List *temp; in prepare_asso_values() local
758 for (temp = _head; temp; ) in prepare_asso_values()
760 KeywordExt *keyword = temp->first(); in prepare_asso_values()
769 prev->rest() = temp->rest(); in prepare_asso_values()
770 garbage = temp; in prepare_asso_values()
789 prev = temp; in prepare_asso_values()
791 temp = temp->rest(); in prepare_asso_values()
823 for (temp = _head; temp; temp = temp->rest()) in prepare_asso_values()
825 KeywordExt *keyword = temp->first(); in prepare_asso_values()
871 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare_asso_values() local
873 KeywordExt *keyword = temp->first(); in prepare_asso_values()
882 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare_asso_values() local
884 KeywordExt *keyword = temp->first(); in prepare_asso_values()
984 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in compute_partition() local
986 KeywordExt *keyword = temp->first(); in compute_partition()
1069 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest()) in count_possible_collisions() local
1071 KeywordExt *keyword = temp->first(); in count_possible_collisions()
1098 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest()) in unchanged_partition() local
1100 KeywordExt *keyword = temp->first(); in unchanged_partition()
1107 if (temp == cls->_keywords) in unchanged_partition()
1260 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest()) in find_asso_values() local
1262 KeywordExt *keyword = temp->first(); in find_asso_values()
1630 KeywordExt_List *temp; in optimize() local
1631 for (temp = _head; temp->rest(); temp = temp->rest()) in optimize()
1633 max_hash_value = temp->first()->_hash_value; in optimize()