Searched refs:lang (Results 201 - 225 of 1156) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-type.exp29 proc build_inferior {exefile lang} {
32 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
33 untested "failed to compile in $lang mode"
70 proc test_fields {lang} {
76 "= 2" "$lang typedef field list"
78 if {$lang == "c++"} {
168 proc test_equality {lang} {
183 if {$lang == "c++"} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-type.exp25 proc build_inferior {exefile lang} {
28 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${exefile}" executable "debug $lang"] != "" } {
29 untested "failed to compile in $lang mode"
66 proc test_fields {lang} {
72 "= 2" "$lang typedef field list"
74 if {$lang == "c++"} {
164 proc test_equality {lang} {
179 if {$lang == "c++"} {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlanguage.c46 #include "c-lang.h"
152 for (const auto &lang : language_defn::languages)
154 if (strcmp (lang->name (), language) == 0)
157 if (lang->la_language == language_auto)
185 current_language = lang;
362 set_language (enum language lang)
367 current_language = language_def (lang);
433 for (const auto &lang : language_defn::languages)
434 if (strcmp (lang->name (), str) == 0)
435 return lang
361 set_language(enum language lang) argument
442 language_def(enum language lang) argument
452 language_str(enum language lang) argument
724 auto_or_unknown_language(enum language lang) argument
966 alloc_type_symbol(enum language lang, struct type *type) argument
1028 lookup_primitive_type_as_symbol(const char *name, enum language lang) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dmany.pl919 my ($FILE,$path,$lang) = fileparse($file_full,"\.[a-zA-Z]+");
921 print "file $FILE path $path lang $lang\n" if $opt{'t'};
924 if ($lang eq '.asm') { @pic_choices=('no','yes'); }
925 elsif ($lang eq '.c') { @pic_choices=('no'); }
926 elsif ($lang eq '.S') { @pic_choices=('no','yes'); }
927 elsif ($lang eq '.h') { @pic_choices=('no'); }
953 if (! defined $ret && $lang eq '.h') { $ret = ''; }
958 if (! defined $mpX) { $mpX = ($lang eq '.h' ? '' : 'mpn'); }
1022 if ($mpX eq 'mpn_' && $lang e
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
H A Dautogen.sh47 lang=`echo $f | sed -e 's,\.po$,,'`
48 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
H A Dautogen.sh46 lang=`echo $f | sed -e 's,\.po$,,'`
47 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c --qt -o $lang.qm $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-clisp/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-gawk/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-librep/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
H A Dautogen.sh47 lang=`echo $f | sed -e 's,\.po$,,'`
48 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-pascal/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-python/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-sh/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-smalltalk/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c --tcl -d . -l $lang $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c --tcl -d . -l $lang $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-ycp/
H A Dautogen.sh41 lang=`echo $f | sed -e 's,\.po$,,'`
42 msgfmt -c -o $lang.gmo $lang.po
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/po/
H A DMakefile.am133 # This is computed as $(foreach lang, $(LINGUAS), $(srcdir)/$(lang).po)
135 # This is computed as $(foreach lang, $(LINGUAS), $(lang).po-update)
137 # This is computed as $(foreach lang, $(LINGUAS), $(lang).nop)
300 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
302 echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
303 cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
339 @lang
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dvar-tag.exp29 proc do_global_tests {lang} {
32 if {$lang == "c++"} {
39 with_test_prefix $lang {
40 gdb_test_no_output "set language $lang"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dvar-tag.exp29 proc do_global_tests {lang} {
32 if {$lang == "c++"} {
39 with_test_prefix $lang {
40 gdb_test_no_output "set language $lang"
/netbsd-current/external/gpl3/gcc.old/lib/libobjc/arch/arm/
H A Ddefs.mk5 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/brig/lang.opt ${GNUHOSTDIST}/gcc/d/lang.opt ${GNUHOSTDIST}/gcc/fortran/lang.opt ${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c-family/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/arm/arm-tables.opt ${GNUHOSTDIST}/gcc/config/arm/arm.opt ${GNUHOSTDIST}/gcc/config/netbsd.opt ${GNUHOSTDIST}/gcc/config/netbsd-elf.opt

Completed in 168 milliseconds

1234567891011>>