Searched refs:language (Results 1 - 24 of 24) sorted by relevance

/src/usr.bin/vgrind/
H A Dextern.h53 extern const char *language; /* the language indicator */
H A Dvfontedpr.c101 /* name of language definitions file */
110 * The language specific globals
127 const char *language = "c"; /* the language indicator */ variable in typeref:typename:const char *
200 /* specify the language */
202 language = argv[0]+2;
207 /* specify the language description file */
228 * get the language definition from the defs file
230 i = cgetent(&defs, defsfile, language);
232 fprintf (stderr, "no entry for language
[all...]
/src/usr.bin/error/
H A Dinput.c140 newerror->error_language = language; /* language is global */
168 if (cur_wordc == 1 && language != INLD) {
178 language = INMAKE;
183 language = INAS;
188 language = INLD;
195 language = INCC;
199 if (cur_wordc == 1 && language == INLD) {
228 if (language != INLD /* loader errors have almost same fmt */
232 language
[all...]
H A Dpi.c265 language = INPI;
293 language = INPI;
331 language = INPI;
372 language = INPI;
387 language = INPI;
397 language = INPI;
406 language = INPI;
427 language = INPI;
H A Dmain.c69 int language = INCC; variable in typeref:typename:int
H A Derror.h63 * attempt to categorize it by type, as well as language.
127 * Describes attributes about a language
175 int error_language; /* the language for this error */
199 * The language the compilation is in, as intuited from
202 extern int language;
/src/share/locale/
H A DMakefile.locale155 .for language in ${LANGUAGE}
156 .for territory in ${TERRITORY_${language}}
157 .for codeset in ${CODESET_${language}_${territory}}
158 LOCALES+=${language}_${territory}.${codeset}
159 .if empty(LOCALESRC_${language}_${territory}.${codeset})
160 LOCALESRC_${language}_${territory}.${codeset}= \
161 ${language}_${territory}.${codeset}
163 FILESDIR_${language}_${territory}.${codeset}.out= \
164 ${LOCALEDIR}/${language}_${territory}.${codeset}
165 FILESNAME_${language}
[all...]
/src/common/dist/zlib/contrib/vstudio/vc10/
H A Dzlib.rc16 //language ID = U.S. English, char set = Windows, Multilingual
/src/common/dist/zlib/contrib/vstudio/vc11/
H A Dzlib.rc16 //language ID = U.S. English, char set = Windows, Multilingual
/src/common/dist/zlib/contrib/vstudio/vc12/
H A Dzlib.rc16 //language ID = U.S. English, char set = Windows, Multilingual
/src/common/dist/zlib/contrib/vstudio/vc14/
H A Dzlib.rc16 //language ID = U.S. English, char set = Windows, Multilingual
/src/common/dist/zlib/contrib/vstudio/vc17/
H A Dzlib.rc16 //language ID = U.S. English, char set = Windows, Multilingual
/src/common/dist/zlib/contrib/vstudio/vc9/
H A Dzlib.rc16 //language ID = U.S. English, char set = Windows, Multilingual
/src/common/dist/zlib/win32/
H A Dzlib1.rc24 //language ID = U.S. English, char set = Windows, Multilingual
/src/share/misc/
H A DMakefile7 eqnchar flowers indent.pro inter.phone language man.template \
/src/tools/compat/buildaux/
H A Dax_check_compile_flag.m411 # Check whether the given FLAG works with the current language's compiler
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
/src/share/mk/
H A Dbsd.lua.mk31 # add Lua sources to DPSRCS when HAVE_LUAC is defined and other language
34 # other language support for other than C is incomplete
36 # C language sources are passed though lint, when MKLINT != "no"
122 ## The module has other language source and we must build ${_M}.so
/src/sys/external/isc/libsodium/dist/m4/
H A Dax_check_compile_flag.m411 # Check whether the given FLAG works with the current language's compiler
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
H A Dlibtool.m4822 # Enable libtool support for the given language if not already enabled.
835 [m4_fatal([$0: unsupported language: "$1"])])])dnl
935 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
/src/sys/arch/evbppc/nintendo/dev/
H A Drtcsram.c56 uint8_t language; member in struct:rtcsram_sram
/src/usr.bin/sdpquery/
H A Dprint.c495 static language_t language[MAX_LANGUAGES]; variable in typeref:typename:language_t[]
682 printf("0x%04x + ", language[current].base);
718 done = print_attribute(id - language[current].base, value,
944 print_codeset_string(str, len, language[current].codeset);
1055 * ISO-639-1 natural language values are published at
1089 language[nlanguages].base = v;
1090 language[nlanguages].codeset = codeset;
1447 * The language is encoded according to the
1729 * be in the primary language encoding, which ought
1734 if (language[
[all...]
/src/usr.bin/m4/TEST/
H A Dtest.m450 # create some fortrash strings for an even uglier language
/src/usr.bin/xlint/lint1/
H A DREADME.md49 * The language level, with its possible values:
/src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm28 ; used language:

Completed in 21 milliseconds