map_id_elt_t
map_id_elt_t *cur_elt;
map_id_elt_t **map_list_p;
map_id_elt_t *new_elt;
new_elt = (map_id_elt_t *)calloc(1, sizeof (map_id_elt_t));
map_id_elt_t *cur_elt;
map_id_elt_t *cur_elt, *next_elt;
static map_id_elt_t *map_id_list[MAXHASH];
get_list_max(map_id_elt_t ***list, int *max)
extern void get_list_max(map_id_elt_t ***list, int *max);