Lines Matching refs:EMULATIONS
142 static struct emulation *const emulations[] = { EMULATIONS };
143 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
177 if (!strcmp (emulations[i]->name, em))
181 this_emulation = emulations[i];
184 this_emulation = emulations[0];
275 fprintf (stream, "%s | ", emulations[i]->name);
276 fprintf (stream, "%s]\n", emulations[i]->name);
651 as_fatal (_("emulations not handled in this configuration"));