Searched refs:keywords (Results 151 - 175 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.cc51 // A token read from a script file. We don't implement keywords here;
52 // all keywords are simply represented as a string.
1724 // Manage mapping from keywords to the codes expected by the bison
1726 // keywords.
1731 // The structure which maps keywords to parsecodes.
1740 Keyword_to_parsecode(const Keyword_parsecode* keywords, argument
1742 : keyword_parsecodes_(keywords), keyword_count_(keyword_count)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc51 // A token read from a script file. We don't implement keywords here;
52 // all keywords are simply represented as a string.
1724 // Manage mapping from keywords to the codes expected by the bison
1726 // keywords.
1731 // The structure which maps keywords to parsecodes.
1740 Keyword_to_parsecode(const Keyword_parsecode* keywords, argument
1742 : keyword_parsecodes_(keywords), keyword_count_(keyword_count)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.cc51 // A token read from a script file. We don't implement keywords here;
52 // all keywords are simply represented as a string.
1724 // Manage mapping from keywords to the codes expected by the bison
1726 // keywords.
1731 // The structure which maps keywords to parsecodes.
1740 Keyword_to_parsecode(const Keyword_parsecode* keywords, argument
1742 : keyword_parsecodes_(keywords), keyword_count_(keyword_count)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinespec.c255 /* List of keywords. This is NULL-terminated so that it can be used
480 /* If P begins with one of the keywords and the next
621 string_find_incomplete_keyword_at_end (const char * const *keywords, argument
633 for (size_t i = 0; keywords[i] != NULL; ++i)
634 if (strncmp (keywords[i], p, len) == 0)
720 to one of the keywords.
2479 This may all be followed by several keywords such as "if EXPR",
3096 /* Skip the function and complete on keywords. */
H A Dinfrun.c8710 static const char * const keywords[] =
8725 complete_on_enum (tracker, keywords, word, word);
8703 static const char * const keywords[] = local
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dconf.sh383 /* Comment out the keyword definitions below if the keywords work. */
/netbsd-current/sbin/route/
H A Droute.c74 #include "keywords.h"
1706 struct keytab *kt = keywords;
/netbsd-current/external/bsd/ipf/dist/
H A DHISTORY659 make keep-state work with to/fastroute keywords and enforce usage of those
1651 Allow for a "not" operator before optional keywords.
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnds32-asm.c1562 const keyword_t *keywords[_HW_LAST] = variable
1667 /* Add keywords. */
1855 nds32_keyword_table[NDS32_MAIN_CORE] = &keywords[0];
1871 This function is only used for parsing keywords,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfrun.c9052 static const char * const keywords[] =
9067 complete_on_enum (tracker, keywords, word, word);
9045 static const char * const keywords[] = local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c1308 /* Argument names. These are used as argument keywords and so need to
3424 /* Argument names. These are used as argument keywords and so need to
4262 /* ALLOCATED has two mutually exclusive keywords, but only one
4314 goto keywords;
4329 keywords:
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.cc1334 /* Argument names. These are used as argument keywords and so need to
3450 /* Argument names. These are used as argument keywords and so need to
4306 /* ALLOCATED has two mutually exclusive keywords, but only one
4358 goto keywords;
4373 keywords:
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex946 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex938 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex938 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex946 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex1013 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex945 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex1013 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex1013 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex946 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex945 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex1013 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex1013 \def\asisword{asis} % no translation, these are keywords
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex946 \def\asisword{asis} % no translation, these are keywords

Completed in 479 milliseconds

12345678