Searched refs:map2id_list (Results 1 – 1 of 1) sorted by relevance
22 static struct map2id_s *map2id_list = NULL; variable76 p->next = map2id_list; in rc_read_mapfile()77 map2id_list = p; in rc_read_mapfile()115 for(p = map2id_list; p; p = p->next) in rc_map2id()