Lines Matching refs:temp

139   for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
145 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
147 KeywordExt *keyword = temp->first();
168 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
170 KeywordExt *keyword = temp->first();
220 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
221 temp->first()->init_selchars_tuple(positions, alpha_unify);
228 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
229 temp->first()->delete_selchars();
247 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
249 KeywordExt *keyword = temp->first();
537 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
539 KeywordExt *keyword = temp->first();
578 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
579 temp->first()->init_selchars_multiset(positions, alpha_unify, alpha_inc);
599 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
601 KeywordExt *keyword = temp->first();
735 KeywordExt_List *temp;
757 KeywordExt_List *prev = NULL; /* list node before temp */
758 for (temp = _head; temp; )
760 KeywordExt *keyword = temp->first();
769 prev->rest() = temp->rest();
770 garbage = temp;
789 prev = temp;
791 temp = temp->rest();
823 for (temp = _head; temp; temp = temp->rest())
825 KeywordExt *keyword = temp->first();
871 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
873 KeywordExt *keyword = temp->first();
882 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
884 KeywordExt *keyword = temp->first();
984 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
986 KeywordExt *keyword = temp->first();
1069 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1071 KeywordExt *keyword = temp->first();
1098 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1100 KeywordExt *keyword = temp->first();
1107 if (temp == cls->_keywords)
1260 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1262 KeywordExt *keyword = temp->first();
1630 KeywordExt_List *temp;
1631 for (temp = _head; temp->rest(); temp = temp->rest())
1633 max_hash_value = temp->first()->_hash_value;