Searched defs:cur_elt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c558 map_id_elt_t *cur_elt; local
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; local
602 cur_elt = map_id_list[i];
604 next_elt = cur_elt
[all...]

Completed in 43 milliseconds