Lines Matching defs:emulation
658 char *emulation;
794 emulation = get_emulation (argc, argv);
795 ldemul_choose_mode (emulation);
828 read the emulation's appropriate default script. */
912 info_msg (_("%P: mode %s\n"), emulation);
1172 /* We need to find any explicitly given emulation in order to initialize the
1178 char *emulation;
1181 emulation = getenv (EMULATION_ENVIRON);
1182 if (emulation == NULL)
1183 emulation = DEFAULT_EMULATION;
1194 emulation = argv[i + 1];
1228 emulation named 486. */
1233 emulation = &argv[i][2];
1238 return emulation;