Lines Matching refs:temp

136   for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
142 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
144 KeywordExt *keyword = temp->first();
165 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
167 KeywordExt *keyword = temp->first();
217 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
218 temp->first()->init_selchars_tuple(positions, alpha_unify);
225 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
226 temp->first()->delete_selchars();
244 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
246 KeywordExt *keyword = temp->first();
534 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
536 KeywordExt *keyword = temp->first();
575 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
576 temp->first()->init_selchars_multiset(positions, alpha_unify, alpha_inc);
596 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
598 KeywordExt *keyword = temp->first();
732 KeywordExt_List *temp;
754 KeywordExt_List *prev = NULL; /* list node before temp */
755 for (temp = _head; temp; )
757 KeywordExt *keyword = temp->first();
766 prev->rest() = temp->rest();
767 garbage = temp;
786 prev = temp;
788 temp = temp->rest();
820 for (temp = _head; temp; temp = temp->rest())
822 KeywordExt *keyword = temp->first();
868 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
870 KeywordExt *keyword = temp->first();
879 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
881 KeywordExt *keyword = temp->first();
981 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
983 KeywordExt *keyword = temp->first();
1066 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1068 KeywordExt *keyword = temp->first();
1095 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1097 KeywordExt *keyword = temp->first();
1104 if (temp == cls->_keywords)
1257 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1259 KeywordExt *keyword = temp->first();
1627 KeywordExt_List *temp;
1628 for (temp = _head; temp->rest(); temp = temp->rest())
1630 max_hash_value = temp->first()->_hash_value;