| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ISO_639-2 | 11 F = Family of languages 27 alg Algonquian languages F 31 apa Apache languages F 38 ath Athapascan languages F 39 aus Australian languages F 42 bai Bamileke languages F 75 cmc Chamic languages F 143 iro Iroquoian languages F 191 mis Miscellaneous languages F 195 mno Manobo languages F [all …]
|
| /netbsd-src/share/misc/ |
| H A D | language | 26 Algonquian languages alg 29 Apache languages apa 40 Athapascan languages ath 41 Australian languages aus 52 Bamileke languages bai 86 Chamic languages cmc 211 Iroquoian languages iro 282 Manobo languages mno 290 Mayan languages myn 294 Miscellaneous languages mis [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | frontends.texi | 18 distribution of compilers for several major programming languages. These 19 languages currently include C, C++, Objective-C, Objective-C++, 28 compilers for all supported languages. 39 are maintained separately. These support languages such as 47 Most of the compilers for languages other than C have their own names. 49 talk about compiling one of those languages, we might refer to that 55 Historically, compilers for many languages, including C++ and Fortran, 61 and Objective-C++ languages.
|
| H A D | languages.texi | 8 The interface to front ends for languages in GCC, and in particular 11 C-like languages. It is, however, reasonably well suited to other 12 procedural languages, and front ends for many such languages have been 32 GCC front ends have also been created for languages very different
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | frontends.texi | 18 distribution of compilers for several major programming languages. These 19 languages currently include C, C++, Objective-C, Objective-C++, 28 compilers for all supported languages. 39 are maintained separately. These support languages such as 47 Most of the compilers for languages other than C have their own names. 49 talk about compiling one of those languages, we might refer to that 55 Historically, compilers for many languages, including C++ and Fortran, 61 and Objective-C++ languages.
|
| H A D | languages.texi | 8 The interface to front ends for languages in GCC, and in particular 11 C-like languages. It is, however, reasonably well suited to other 12 procedural languages, and front ends for many such languages have been 32 GCC front ends have also been created for languages very different
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | langprefs.c | 90 char *languages = (char *) malloc (size); in _nl_language_preferences_default() local 92 if (languages != NULL) in _nl_language_preferences_default() 94 char *p = languages; in _nl_language_preferences_default() 118 cached_languages = languages; in _nl_language_preferences_default()
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | Makefile.def | 625 languages = { language=c; gcc-check-target=check-gcc; }; 626 languages = { language=c++; gcc-check-target=check-c++; 630 languages = { language=fortran; gcc-check-target=check-fortran; 634 languages = { language=ada; gcc-check-target=check-ada; 636 languages = { language=objc; gcc-check-target=check-objc; 638 languages = { language=obj-c++; gcc-check-target=check-obj-c++; }; 639 languages = { language=go; gcc-check-target=check-go; 642 languages = { language=brig; gcc-check-target=check-brig; 644 languages = { language=d; gcc-check-target=check-d;
|
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 123 Not all programs have translations for all languages. By default, an 125 understand other languages, you can set up a priority list of languages. 175 The matrix shows, in regard of each package, for which languages PO 593 used for implementing regional variants of languages, or language
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | UseLibtool.cmake | 17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 33 foreach(lang ${languages}) 42 foreach(lang ${languages})
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-01-31-UniversalIRIdea.txt | 8 virtual machines for many different languages. E.g., a C vm, a C++ vm, a 20 between languages.) Also, some or most of the higher-level 22 reusable by different languages, with minor extensions. The language 31 features that different languages select from. Also, using SSA with or
|
| /netbsd-src/external/gpl2/gmake/dist/po/ |
| H A D | LINGUAS | 1 # Set of available languages: 23 languages
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | intlmacosx.m4 | 38 dnl When two or more languages are specified in the 41 dnl the preferred languages!). What we want instead is what 44 dnl first among the preferred languages and CC is the territory.
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | winduni.c | 92 static const wind_language_t languages[] = variable 627 for (i = 0; languages[i].id != (unsigned) -1 && languages[i].id != id; i++) in wind_find_language_by_id() 629 if (languages[i].id == id) in wind_find_language_by_id() 630 return &languages[i]; in wind_find_language_by_id()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | winduni.c | 92 static const wind_language_t languages[] = variable 627 for (i = 0; languages[i].id != (unsigned) -1 && languages[i].id != id; i++) in wind_find_language_by_id() 629 if (languages[i].id == id) in wind_find_language_by_id() 630 return &languages[i]; in wind_find_language_by_id()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 28 can be to define, build, and play with languages. Building a compiler 44 Different languages have different ways of handling this. The easiest 71 code compiled in other languages. You could also generate code by 92 of people who are interested in languages and are often willing to help 111 Many other languages have this property, e.g. lisp, java, haskell, 112 javascript, python, etc (note that while these languages are portable, 159 Many of the languages above are also "safe" languages: it is impossible 245 Some languages want to explicitly manage their stack frames, often so
|
| /netbsd-src/external/gpl2/diffutils/dist/ |
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 123 Not all programs have translations for all languages. By default, an 125 understand other languages, you can set up a priority list of languages. 175 2002. The matrix shows, in regard of each package, for which languages 364 used for implementing regional variants of languages, or language
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
| H A D | nls.texi | 9 languages. A few packages already provide translations for their messages. 119 which languages are allowed. 139 fact, some languages have dialects in different countries. For example, 151 Not all programs have translations for all languages. By default, an 153 understand other languages, you can set up a priority list of languages. 223 languages PO files have been submitted to translation coordination, 230 implementing regional variants of languages, or language dialects.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | llvm.spec.in | 16 and idle-time optimization of programs from arbitrary programming languages. 20 languages is in development. The compiler infrastructure
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 123 Not all programs have translations for all languages. By default, an 125 understand other languages, you can set up a priority list of languages. 175 The matrix shows, in regard of each package, for which languages PO 593 used for implementing regional variants of languages, or language
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | LANGUAGES | 2 (or more generally the interfaces for adding new languages). 49 affect languages that defined their own tree codes (usually in a .def file).
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | LANGUAGES | 2 (or more generally the interfaces for adding new languages). 49 affect languages that defined their own tree codes (usually in a .def file).
|
| /netbsd-src/external/bsd/tre/dist/po/ |
| H A D | LINGUAS | 1 # Set of available languages.
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 123 Not all programs have translations for all languages. By default, an 125 understand other languages, you can set up a priority list of languages. 182 2004. The matrix shows, in regard of each package, for which languages 736 used for implementing regional variants of languages, or language
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 123 Not all programs have translations for all languages. By default, an 125 understand other languages, you can set up a priority list of languages. 182 2004. The matrix shows, in regard of each package, for which languages 736 used for implementing regional variants of languages, or language
|