Lines Matching defs:cur_elt
558 map_id_elt_t *cur_elt;
571 cur_elt = map_id_list[i];
575 cur_elt->map_name,
576 cur_elt->map_id);
577 cur_elt = cur_elt->next;
578 } while (cur_elt != NULL);
598 map_id_elt_t *cur_elt, *next_elt;
602 cur_elt = map_id_list[i];
604 next_elt = cur_elt->next;
605 if (cur_elt->map_name)
606 sfree(cur_elt->map_name);
607 sfree(cur_elt);
608 cur_elt = next_elt;
609 } while (cur_elt != NULL);