Lines Matching defs:other
614 cond_av_list_t *other;
625 cond_av_list_t *other = data->other, *list, *cur;
640 * If we are reading the false list other will be a pointer to
642 * 1 other entry and it is in our true list.
644 * If we are reading the true list (other == NULL) there shouldn't
645 * be any other entries.
647 if (other) {
656 for (cur = other; cur != NULL; cur = cur->next) {
697 cond_av_list_t ** ret_list, cond_av_list_t * other)
716 data.other = other;