Searched refs:keywords (Results 126 - 150 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-breakpoint.c669 /* Internal function to validate the Python parameters/keywords
678 keywords are also defined. */
729 static const char *keywords[] = { "spec", "type", "wp_class", "internal", local
746 if (!gdb_PyArg_ParseTupleAndKeywords (args, kwargs, "|siiOOsssOO", keywords,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstap-probe.c1663 static const char *const keywords[] = { "-pstap", "-probe-stap", NULL };
1665 return probe_is_linespec_by_keyword (linespecp, keywords);
1662 static const char *const keywords[] = { "-pstap", "-probe-stap", NULL }; local
H A Dcompleter.c452 /* Maybe skip the function and complete on keywords. */
785 /* Don't complete on keywords if we'd be completing on the
811 /* If the next word in *TEXT_P is any of the keywords in KEYWORDS,
818 const char * const *keywords, const char **text_p)
828 for (int i = 0; keywords[i] != NULL; i++)
830 if (strncmp (keywords[i], text, len) == 0)
872 /* There are keywords that start with "-". Include them, too. */
970 "thread" and "task" keywords gain their own completers,
816 skip_keyword(completion_tracker &tracker, const char * const *keywords, const char **text_p) argument
H A Dlinespec.c255 /* List of keywords. This is NULL-terminated so that it can be used
646 string_find_incomplete_keyword_at_end (const char * const *keywords, argument
658 for (size_t i = 0; keywords[i] != NULL; ++i)
659 if (strncmp (keywords[i], p, len) == 0)
745 to one of the keywords.
2423 This may all be followed by several keywords such as "if EXPR",
3023 /* Skip the function and complete on keywords. */
H A Dgo-exp.y1232 /* Catch specific keywords. */
1311 We fold these into "keywords" to keep things simple, at least until
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-type.c1270 SCM keywords[] = { block_keyword, SCM_BOOL_F };
1277 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#O",
1264 SCM keywords[] = { block_keyword, SCM_BOOL_F }; local
H A Dscm-breakpoint.c350 const SCM keywords[] = {
365 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#iitt",
348 const SCM keywords[] = { local
H A Dscm-frame.c877 SCM keywords[] = { block_keyword, SCM_BOOL_F };
905 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG3, keywords, "#O",
875 SCM keywords[] = { block_keyword, SCM_BOOL_F }; local
H A Dscm-ports.c1323 const SCM keywords[] = {
1334 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "#sUU", rest,
1317 const SCM keywords[] = { local
H A Dscm-param.c851 const SCM keywords[] = {
873 gdbscm_parse_function_args (FUNC_NAME, SCM_ARG1, keywords, "s#iiOOOsssO",
848 const SCM keywords[] = { local
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-breakpoint.c760 /* Internal function to validate the Python parameters/keywords
769 keywords are also defined. */
820 static const char *keywords[] = { "spec", "type", "wp_class", "internal", local
837 if (!gdb_PyArg_ParseTupleAndKeywords (args, kwargs, "|siiOOsssOO", keywords,
H A Dpy-type.c1421 static const char *keywords[] = { "name", "block", NULL };
1427 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "s|O", keywords,
1417 static const char *keywords[] = { "name", "block", NULL }; local
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dreadconf.c193 } keywords[] = { variable in typeref:struct:__anon10
911 for (i = 0; keywords[i].name; i++)
912 if (strcmp(cp, keywords[i].name) == 0)
913 return keywords[i].opcode;
3537 for (i = 0; keywords[i].name != NULL; i++)
3538 if (keywords[i].opcode == code)
3539 return(keywords[i].name);
/netbsd-current/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite766 --keywords | -k )
767 at_prev=--keywords
769 --keywords=* )
789 # Smash the keywords.
893 -k, --keywords=KEYWORDS
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c478 /* Maybe skip the function and complete on keywords. */
811 /* Don't complete on keywords if we'd be completing on the
837 /* If the next word in *TEXT_P is any of the keywords in KEYWORDS,
844 const char * const *keywords, const char **text_p)
854 for (int i = 0; keywords[i] != NULL; i++)
856 if (strncmp (keywords[i], text, len) == 0)
992 "thread" and "task" keywords gain their own completers,
842 skip_keyword(completion_tracker &tracker, const char * const *keywords, const char **text_p) argument
H A Dgo-exp.y1265 /* Catch specific keywords. */
1344 We fold these into "keywords" to keep things simple, at least until
/netbsd-current/bin/ksh/
H A Dedit.c642 glob_table(pat, &w, &keywords);
H A Dlex.c737 if ((cf & KEYWORD) && (p = mytsearch(&keywords, ident, h))
H A Dc_ksh.c473 tp = mytsearch(&keywords, id, hash(id));
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dgrammar.tab.c1213 /* Initialize the table of type qualifier keywords recognized by the lexical
1219 static const char *keywords[] = { local
1288 for (i = 0; i < sizeof(keywords)/sizeof(keywords[0]); ++i) {
1289 new_symbol(type_qualifiers, keywords[i], NULL, DS_NONE);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dguile-internal.h196 const SCM *keywords,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-decode.c780 static const char * const keywords[] =
786 complete_on_enum (tracker, keywords, text, word);
779 static const char * const keywords[] = local
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c5324 for (; prop_index < COUNTOF(keywords); prop_index++)
5327 struct keyword current_prop = keywords[prop_index];
5379 msyslog(LOG_INFO, "%s %s", keywords[prop_index].text, val_list[val_index]);
5381 (const char*)tokenlist[0] = keywords[prop_index].text;
5410 return keywords[prop_index].keytype;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py1027 def parseIntegratedTestScriptCommands(source_path, keywords):
1047 to_bytes("(%s)(.*)\n" % ("|".join(re.escape(k) for k in keywords),)))
1335 """A helper for parsing TAG type keywords"""
1340 """A helper for parsing COMMAND type keywords"""
1371 """A parser for LIST type keywords"""
1379 """A parser for INTEGER type keywords"""
1391 """A parser for BOOLEAN_EXPR type keywords"""
1483 keywords they specify and all matches are passed to the custom parser.
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.c986 static const char * const keywords[] = local
994 complete_on_enum (tracker, keywords, text, word);

Completed in 277 milliseconds

12345678