Lines Matching defs:emulation
580 char *emulation;
716 emulation = get_emulation (argc, argv);
717 ldemul_choose_mode (emulation);
752 read the emulation's appropriate default script. */
836 info_msg (_("%P: mode %s\n"), emulation);
1096 /* We need to find any explicitly given emulation in order to initialize the
1102 char *emulation;
1105 emulation = getenv (EMULATION_ENVIRON);
1106 if (emulation == NULL)
1107 emulation = DEFAULT_EMULATION;
1118 emulation = argv[i + 1];
1152 emulation named 486. */
1157 emulation = &argv[i][2];
1162 return emulation;