Searched refs:language (Results 101 - 120 of 120) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymmisc.c33 #include "language.h"
461 fprintf_filtered (outfile, "Language: %s\n", language_str (symtab->language));
H A Dtop.c39 #include "language.h"
87 extern char lang_frame_mismatch_warn[]; /* language.c */
664 enum language flang;
743 /* Tell the user if the language has changed (except first time). */
753 /* Warn the user if the working language does not match the
754 language of the current frame. Only warn the user if we are
1784 /* We need a default language for parsing expressions, so simple things like
1785 "set width 0" won't fail if no language is explicitly set in a config file
H A Dbreakpoint.c38 #include "language.h"
4087 b->language = current_language->la_language;
4296 enum language lang;
4300 /* Cleanup helper routine to restore the current language and
4328 /* Set language, input-radix, then reissue breakpoint command.
4329 Ensure the language and input-radix are restored afterwards. */
4334 set_language (b->language);
7218 set_language (b->language);
7394 enum language save_language;
H A Dada-lang.c1 /* Ada language support routines for GDB, the GNU debugger. Copyright
35 #include "language.h"
622 enum language
623 ada_update_initial_language (enum language lang,
977 in the language-specific part of GSYMBOL, if it has not been
4046 set_language ((enum language) lang);
4049 /* As for lookup_symbol, but performed as if the current language
4054 domain_enum domain, enum language lang,
8525 language, create the equivalent of a C integer type with the
8738 ada_create_fundamental_type, /* Create fundamental type in this language */
[all...]
H A Dinfrun.c46 #include "language.h"
2300 supposed to be stepping at the assembly language level
2573 if (s && s->language != language_asm)
H A Dtracepoint.c31 #include "language.h"
351 t->language = current_language->la_language;
H A Dutils.c50 #include "language.h"
151 C++/ObjC form even in assembler language displays. If this is set, but
1541 be call for printing things which are independent of the language
1595 the language of the program being debugged. */
2352 /* fprintf_symbol_filtered attempts to demangle NAME, a symbol in language
2354 If the name is not mangled, or the language for the name is unknown, or
2359 enum language lang, int arg_mode)
H A Dvarobj.c23 #include "language.h"
283 /* The language specific vector */
288 /* The language of this variable */
289 enum varobj_languages language; member in struct:language_specific
316 /* Array of known source language routines. */
511 /* Set language info */
1566 /* Get the language of variable VAR. */
1590 The result of this function is defined by the language
1733 /* Is VAR something that can change? Depending on language,
/haiku-fatelf/src/apps/mediaplayer/
H A DMainWin.cpp1610 metaData.FindString("language", &languageString);
1612 BLanguage language(languageString);
1614 if (language.GetName(languageName) == B_OK)
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5579 device_type devt str dv - - ----- Indicate language/codeset support
H A DCaps.uwin569 device_type devt str dv - - ----- Indicate language/codeset support
H A DCaps710 device_type devt str dv - - ----- Indicate language/codeset support
H A DCaps.aix4812 device_type devt str dv - - ----- Indicate language/codeset support
H A DCaps.hpux11718 device_type devt str dv - - ----- Indicate language/codeset support
H A DCaps.keys800 device_type devt str dv - - ----- Indicate language/codeset support
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
3877 % Compute width of word "Appendix", may change with language.
5656 % properly. Single argument is the language abbreviation.
5666 \errmessage{Cannot read language file txi-#1.tex}%
5674 \newhelp\nolanghelp{The given language definition file cannot be found or
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex62 % the existing language-specific files from the full Texinfo distribution.
6000 % properly. Single argument is the language abbreviation.
6010 \errmessage{Cannot read language file txi-#1.tex}%
6018 \newhelp\nolanghelp{The given language definition file cannot be found or
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex56 % extent. You can get the existing language-specific files from the
6544 % properly. Single argument is the language abbreviation.
6553 \errmessage{Cannot read language file txi-#1.tex}%
6560 \newhelp\nolanghelp{The given language definition file cannot be found or
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex56 % extent. You can get the existing language-specific files from the
7073 % properly. Single argument is the language abbreviation.
7082 \errmessage{Cannot read language file txi-#1.tex}%
7089 \newhelp\nolanghelp{The given language definition file cannot be found or
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure805 --enable-cxx enable C++ language binding default=no
7920 # PDFlib C++ language binding
9116 { echo "$as_me:9116: WARNING: but other language bindings will be unavailable." >&5
9117 echo "$as_me: WARNING: but other language bindings will be unavailable." >&2;}
9125 echo "$as_me:9125: result: Java language binding for PSP: $WITH_JAVA" >&5
9126 echo "${ECHO_T}Java language binding for PSP: $WITH_JAVA" >&6
9127 echo "$as_me:9127: result: PHP language binding for PSP: no, see bind/psp/php/readme.txt" >&5
9128 echo "${ECHO_T}PHP language binding for PSP: no, see bind/psp/php/readme.txt" >&6
9140 echo "$as_me:9140: result: C++ language binding for PDFlib: $WITH_CXX" >&5
9141 echo "${ECHO_T}C++ language bindin
[all...]

Completed in 433 milliseconds

12345