event_map
if (event_map[i].event == au_event) {
if (event_map[i].class & comp_class) {
if ((event_map = (event_map_t *)
event_map[event_count].event = evp->ae_number;
event_map[event_count].class = evp->ae_class;
if ((new_event_map = recallocarray(event_map, alloc_count,
event_map = new_event_map;
static event_map_t *event_map; /* the map */