Lines Matching refs:emulation
191 char *emulation;
302 emulation = get_emulation (argc, argv);
303 ldemul_choose_mode (emulation);
333 read the emulation's appropriate default script. */
404 info_msg (_("%P: mode %s\n"), emulation);
587 /* We need to find any explicitly given emulation in order to initialize the
593 char *emulation;
596 emulation = getenv (EMULATION_ENVIRON);
597 if (emulation == NULL)
598 emulation = DEFAULT_EMULATION;
609 emulation = argv[i + 1];
639 emulation named 486. */
644 emulation = &argv[i][2];
649 return emulation;