Lines Matching refs:rest

136   for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
142 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
165 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
217 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
225 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
244 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
277 for (KeywordExt_List *l1 = _head; l1 && l1->rest(); l1 = l1->rest())
280 for (KeywordExt_List *l2 = l1->rest(); l2; l2 = l2->rest())
534 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
575 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
596 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
766 prev->rest() = temp->rest();
788 temp = temp->rest();
820 for (temp = _head; temp; temp = temp->rest())
868 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
879 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
981 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
1022 equclass->_keywords_last->rest() = cons;
1066 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1095 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1257 for (KeywordExt_List *temp = cls->_keywords; temp; temp = temp->rest())
1304 for (KeywordExt_List *ptr = cls->_keywords; ptr; ptr = ptr->rest())
1526 for (KeywordExt_List *ptr = _head; ptr; ptr = ptr->rest())
1600 for (KeywordExt_List *curr_ptr = _head; curr_ptr; curr_ptr = curr_ptr->rest())
1628 for (temp = _head; temp->rest(); temp = temp->rest())
1666 for (KeywordExt_List *ptr = _head; ptr; ptr = ptr->rest())