Searched refs:keywords (Results 101 - 125 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Depiphany-asm.c57 CGEN_KEYWORD * keywords,
63 errmsg = cgen_parse_keyword (cd, strp, keywords, regno);
54 parse_shortregs(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD * keywords, long * regno) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-cmd.c653 const SCM keywords[] = {
670 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#OiOts",
650 const SCM keywords[] = { local
H A Dguile-internal.h197 const SCM *keywords,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c820 static const char *const keywords[] = { "-pdtrace", "-probe-dtrace", NULL }; local
822 return probe_is_linespec_by_keyword (linespecp, keywords);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Depiphany-asm.c57 CGEN_KEYWORD * keywords,
63 errmsg = cgen_parse_keyword (cd, strp, keywords, regno);
54 parse_shortregs(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD * keywords, long * regno) argument
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Depiphany-asm.c57 CGEN_KEYWORD * keywords,
63 errmsg = cgen_parse_keyword (cd, strp, keywords, regno);
54 parse_shortregs(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD * keywords, long * regno) argument
/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dgrammar.tab.c957 /* Initialize the table of type qualifier keywords recognized by the lexical
963 static const char *keywords[] = { local
1032 for (i = 0; i < sizeof(keywords)/sizeof(keywords[0]); ++i) {
1033 new_symbol(type_qualifiers, keywords[i], NULL, DS_NONE);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-progspace.c141 pspy_new (PyTypeObject *type, PyObject *args, PyObject *keywords) argument
H A Dpy-type.c1399 static const char *keywords[] = { "name", "block", NULL };
1405 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O", keywords,
1395 static const char *keywords[] = { "name", "block", NULL }; local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-progspace.c164 pspy_new (PyTypeObject *type, PyObject *args, PyObject *keywords) argument
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c75 * The C11 keywords are all taken from the reserved namespace. They are added
80 * The C23 keywords are not made available in earlier modes, as they may
106 /* During initialization, these keywords are written to the symbol table. */
127 } keywords[] = { variable in typeref:struct:keyword
209 * The symbol table containing all keywords, identifiers and labels. The hash
395 * In the 1990s, GCC defined several keywords that were later
396 * incorporated into C99, therefore in GCC mode, all C99 keywords are
397 * made available. The C11 keywords are made available as well, but
410 /* Write all keywords to the symbol table. */
415 size_t n = sizeof(keywords) / sizeo
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dparser_test.cpp168 namespace keywords { namespace
528 "additional keywords and not skipping whitespace");
532 using namespace keywords;
588 "additional keywords and not skipping whitespace");
592 using namespace keywords;
/netbsd-current/external/bsd/byacc/dist/
H A Dreader.c456 keywords[] = { variable in typeref:struct:keyword
526 /* treat keywords spelled with '_' as if it were '-' */
537 if ((key = bsearch(cache, keywords,
538 sizeof(keywords) / sizeof(*key),
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnds32-dis.c73 extern keyword_t *keywords[];
130 psys_reg = (keyword_t*) keywords[pfd->hw_res];
1260 nds32_keyword_table[NDS32_MAIN_CORE] = &keywords[0];
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_mtree.c452 * Returns 0 if any keywords were not found.
517 * Test whether there is a set of mtree keywords.
518 * Returns the number of keywords.
741 int last_is_path, keywords; local
743 keywords = bid_entry(p, len, nl, &last_is_path);
744 if (keywords >= 0) {
748 else if (keywords > 0)
752 if (!last_is_path && keywords > 0)
1417 * Each line contains a sequence of keywords.
/netbsd-current/dist/pf/sbin/pfctl/
H A Dparse.y4192 struct keywords {
4882 return (strcmp(k, ((const struct keywords *)e)->k_name));
4889 static const struct keywords keywords[] = {
5003 const struct keywords *p;
5005 p = bsearch(s, keywords, sizeof(keywords)/sizeof(keywords[0]),
5006 sizeof(keywords[0]), kw_cmp);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dservconf.c712 } keywords[] = { variable in typeref:struct:__anon2
900 for (i = 0; keywords[i].name != NULL; i++)
901 if (keywords[i].opcode == code)
902 return(keywords[i].name);
917 for (i = 0; keywords[i].name; i++)
918 if (strcasecmp(cp, keywords[i].name) == 0) {
919 debug ("Config token is %s", keywords[i].name);
920 *flags = keywords[i].flags;
921 return keywords[i].opcode;
/netbsd-current/bin/ksh/
H A Dsyn.c695 tinit(&keywords, APERM, 32); /* must be 2^n (currently 20 keywords) */
698 p = tenter(&keywords, tt->name, hash(tt->name));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstap-probe.c1625 static const char *const keywords[] = { "-pstap", "-probe-stap", NULL };
1627 return probe_is_linespec_by_keyword (linespecp, keywords);
1624 static const char *const keywords[] = { "-pstap", "-probe-stap", NULL }; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dmkdef.pl1048 # Param: string of comma-separated keywords, each possibly prefixed with a "!"
1052 my (@keywords) = split /,/,$keywords_txt;
1084 foreach $k (@keywords) {
1091 print STDERR "DEBUG: [",$#keywords,",",$#keywords < 0,"] is_valid($keywords_txt) => (\!$falsesum) && $truesum = ",(!$falsesum) && $truesum,"\n" if $debug;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-breakpoint.c343 const SCM keywords[] = {
355 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#iit",
341 const SCM keywords[] = { local
H A Dscm-frame.c854 SCM keywords[] = { block_keyword, SCM_BOOL_F };
882 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG3, keywords, "#O",
852 SCM keywords[] = { block_keyword, SCM_BOOL_F }; local
H A Dscm-ports.c1324 const SCM keywords[] = {
1335 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "#sUU", rest,
1318 const SCM keywords[] = { local
H A Dscm-param.c837 const SCM keywords[] = {
859 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#iiOOOsssO",
834 const SCM keywords[] = { local
H A Dscm-type.c1268 SCM keywords[] = { block_keyword, SCM_BOOL_F };
1275 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#O",
1262 SCM keywords[] = { block_keyword, SCM_BOOL_F }; local

Completed in 288 milliseconds

12345678