HomeSort by: relevance | last modified time | path
    Searched refs:emulations (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/kdump/
setemul.c 118 const struct emulation emulations[] = { variable in typeref:struct:emulation
171 static const struct emulation *default_emul = &emulations[0];
186 for (i = 0; emulations[i].name != NULL; i++) {
187 if (strcmp(emulations[i].name, name) == 0) {
188 match = &emulations[i];
  /src/external/gpl3/binutils/dist/gas/
as.c 143 static struct emulation *const emulations[] = { EMULATIONS };
144 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
179 if (!strcmp (emulations[i]->name, em))
183 this_emulation = emulations[i];
186 this_emulation = emulations[0];
285 fprintf (stream, "%s | ", emulations[i]->name);
286 fprintf (stream, "%s]\n", emulations[i]->name);
754 as_fatal (_("emulations not handled in this configuration"))
142 static struct emulation *const emulations[] = { EMULATIONS }; variable
    [all...]
configure 12484 emulations=""
13039 # From target name and format, produce a list of supported emulations.
13052 emulations="$emulations $emulation"
13131 pe*) emulations="" ;;
13197 EMULATIONS=""
13198 _gas_uniq_list="$emulations"
13209 emulations=$_gas_uniq_newlist
13211 for em in . $emulations ; do
13225 EMULATIONS="$EMULATIONS &$em,
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
as.c 134 static struct emulation *const emulations[] = { EMULATIONS };
135 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
170 if (!strcmp (emulations[i]->name, em))
174 this_emulation = emulations[i];
177 this_emulation = emulations[0];
276 fprintf (stream, "%s | ", emulations[i]->name);
277 fprintf (stream, "%s]\n", emulations[i]->name);
739 as_fatal (_("emulations not handled in this configuration"))
133 static struct emulation *const emulations[] = { EMULATIONS }; variable
    [all...]
configure 12113 emulations=""
12676 # From target name and format, produce a list of supported emulations.
12689 emulations="$emulations $emulation"
12768 pe*) emulations="" ;;
12834 EMULATIONS=""
12835 _gas_uniq_list="$emulations"
12846 emulations=$_gas_uniq_newlist
12848 for em in . $emulations ; do
12862 EMULATIONS="$EMULATIONS &$em,
    [all...]
  /src/share/terminfo/
terminfo 575 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
3162 # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
3163 # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
3164 # 925 910+, ADDS A2). This terminfo data is for the ANSI emulations only.
3188 #### VT100 emulations
10488 # emulations (usually their stupidest, and usually labeled adm3, though
10489 # these `adm3' emulations normally have adm3a+ capabilities).
10898 # mode (132 columns). There was a qvt103 which added VT100/VT131 emulations
10905 # Qume is still producing the qvt62, which features emulations for other
10908 # with many emulations including Wyse370, Wyse 325, etc. Their newes
    [all...]

Completed in 55 milliseconds