Searched refs:emulations (Results 1 – 19 of 19) sorted by relevance
153 for (i = ppd->num_emulations, emul = ppd->emulations; i > 0; i --, emul ++) in ppdClose()159 ppd_free(ppd->emulations); in ppdClose()1217 if ((ppd->emulations = calloc((size_t)count, sizeof(ppd_emul_t))) == NULL) in _ppdOpen()1226 for (nameptr = ppd->emulations[i].name; in _ppdOpen()1229 if (nameptr < (ppd->emulations[i].name + sizeof(ppd->emulations[i].name) - 1)) in _ppdOpen()1243 if (!strcmp(keyword + 14, ppd->emulations[i].name)) in _ppdOpen()1245 ppd->emulations[i].start = string; in _ppdOpen()1254 if (!strcmp(keyword + 13, ppd->emulations[i].name)) in _ppdOpen()1256 ppd->emulations[i].stop = string; in _ppdOpen()
308 ppd_emul_t *emulations; /* Emulations and the code to invoke them */ member
394 # check that the used emulations are supported.395 emu_line = [l for l in ld_out.split('\n') if 'supported emulations' in l]402 emulations = fields[2].split()403 if 'elf_x86_64' not in emulations:405 if 'elf32ppc' in emulations:
1458 On VT100s and their software emulations, such as X terminal emulators, there are1484 emulations such as X terminals. When there is no graphic available, curses
698 "stub" emulations of the external interface. The :mod:`doctest` and
5499 emulations. bz#2511, patch by Alex Wilson.
1406 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1393 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1442 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1469 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1420 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
430 …Windows-specific emulations for the pthread calls we use. [JES: fixed commit message] Signed-off-…