HomeSort by: relevance | last modified time | path
    Searched refs:keywords (Results 1 - 25 of 189) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/bin/ps/
Makefile 10 FILES= keywords
t_ps.sh 37 # Parse the "keywords" file into a load of shell variables
42 # for all normal keywords (except aliases), and
66 *) atf_fail "unknown flag in keywords"
69 done <"$(atf_get_srcdir)/keywords"
91 done <"$(atf_get_srcdir)/keywords"
93 # default sets of keywords
102 # Convert a list of keywords like "pid comm" to a regexp
106 local keywords="$1"
108 regexp="$(echo "$keywords" | \
159 # from the specified keywords
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
errors.exp 21 if {[prepare_for_testing "failed to prepare" linespecs keywords.c]} {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
errors.exp 21 if {[prepare_for_testing "failed to prepare" linespecs keywords.c]} {
  /src/lib/libc/gen/
fmtmsg.c 61 } keywords[] = { variable in typeref:struct:keyword
69 static const size_t nkeywords = sizeof (keywords) / sizeof (keywords[0]);
72 * Convert a colon-separated list of known keywords to a set of MM_VERB*
74 * keywords.
88 if (memcmp(str, keywords[i].keyword, keywords[i].len)
90 (*(str + keywords[i].len) == ':' ||
91 *(str + keywords[i].len) == '\0'))
100 if (*(str += keywords[i].len) == ':'
    [all...]
  /src/distrib/utils/x_route/
Makefile 11 SRCS= keywords.c route.c rtutil.c show.c
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 23 keywords = 'test C++ automatic discovery', variable
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-librep.c 57 - Keywords: written as #:SYMBOL.
68 static hash_table keywords; variable
90 if (keywords.table == NULL)
91 hash_init (&keywords, 100);
99 insert_keyword_callshape (&keywords, name, end - name, &shape);
103 /* Finish initializing the keywords hash table.
110 /* When adding new keywords here, also update the documentation in
664 if (hash_find_entry (&keywords,
x-elisp.c 66 static hash_table keywords; variable
88 if (keywords.table == NULL)
89 hash_init (&keywords, 100);
97 insert_keyword_callshape (&keywords, name, end - name, &shape);
101 /* Finish initializing the keywords hash table.
108 /* When adding new keywords here, also update the documentation in
690 if (hash_find_entry (&keywords,
x-lisp.c 48 - Assume the keywords and strings are in an ASCII compatible encoding.
109 static hash_table keywords; variable
134 if (keywords.table == NULL)
135 hash_init (&keywords, 100);
159 insert_keyword_callshape (&keywords, symname, len, &shape);
163 /* Finish initializing the keywords hash table.
170 /* When adding new keywords here, also update the documentation in
1067 if (hash_find_entry (&keywords,
x-glade.c 63 static hash_table keywords; variable
81 if (keywords.table == NULL)
82 hash_init (&keywords, 100);
84 hash_insert_entry (&keywords, name, strlen (name), NULL);
88 /* Finish initializing the keywords hash table.
95 /* When adding new keywords here, also update the documentation in
252 (hash_find_entry (&keywords, name, strlen (name), &hash_result) == 0);
x-sh.c 69 static hash_table keywords; variable
91 if (keywords.table == NULL)
92 hash_init (&keywords, 100);
100 insert_keyword_callshape (&keywords, name, end - name, &shape);
104 /* Finish initializing the keywords hash table.
111 /* When adding new keywords here, also update the documentation in
1261 if (hash_find_entry (&keywords,
  /src/external/gpl2/xcvs/dist/src/
parseinfo.h 17 void *keywords; member in struct:config
  /src/sbin/route/
Makefile 8 SRCS= route.c show.c keywords.c rtutil.c
24 # would like keywords.[ch] to always exist here, so
28 # CLEANFILES+= keywords.c keywords.h
29 # keywords.c keywords.h : keywords.sh
30 # ${HOST_SH} keywords.sh
keywords.c 1 /* $NetBSD: keywords.c,v 1.11 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
5 #include "keywords.h"
7 struct keytab keywords[] = { variable in typeref:struct:keytab
keywords.h 1 /* $NetBSD: keywords.h,v 1.14 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
8 } keywords[];
keywords.sh 2 # $NetBSD: keywords.sh,v 1.11 2013/03/01 18:25:17 joerg Exp $
3 # @(#)keywords 8.2 (Berkeley) 3/19/94
82 exec > keywords.h
86 /* WARNING! This file was generated by keywords.sh */
91 } keywords[];
103 exec > keywords.c
107 /* WARNING! This file was generated by keywords.sh */
109 #include "keywords.h"
111 struct keytab keywords[] = {
  /src/external/mit/isl/dist/
isl_stream_private.h 62 struct isl_hash_table *keywords; member in struct:isl_stream
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-utils.c 118 count_keywords (const SCM *keywords)
122 if (keywords == NULL)
124 for (i = 0; keywords[i] != SCM_BOOL_F; ++i)
317 const SCM *keywords,
329 num_keywords = count_keywords (keywords);
386 i = lookup_keyword (keywords, keyword);
473 KEYWORDS may be NULL if there are no keywords.
492 remaining characters in the format string as their are keywords.
494 #required + #optional + #keywords
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-utils.c 118 count_keywords (const SCM *keywords)
122 if (keywords == NULL)
124 for (i = 0; keywords[i] != SCM_BOOL_F; ++i)
317 const SCM *keywords,
329 num_keywords = count_keywords (keywords);
386 i = lookup_keyword (keywords, keyword);
473 KEYWORDS may be NULL if there are no keywords.
492 remaining characters in the format string as their are keywords.
494 #required + #optional + #keywords
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-arch.c 128 static const char *keywords[] = { "start_pc", "end_pc", "count", NULL }; local
138 keywords, &start_obj, &end_obj,
237 static const char *keywords[] = { "reggroup", NULL }; local
242 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "|s", keywords,
270 static const char *keywords[] = { "size", "signed", NULL }; local
274 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "i|O!", keywords,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-arch.c 128 static const char *keywords[] = { "start_pc", "end_pc", "count", NULL }; local
138 keywords, &start_obj, &end_obj,
238 static const char *keywords[] = { "reggroup", NULL }; local
243 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "|s", keywords,
271 static const char *keywords[] = { "size", "signed", NULL }; local
275 if (!gdb_PyArg_ParseTupleAndKeywords (args, kw, "i|O", keywords,
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-2 14 Sometimes keywords can be spread apart
xgettext-3 14 Sometimes keywords can be spread apart
xgettext-c-2 13 Sometimes keywords can be spread apart

Completed in 46 milliseconds

1 2 3 4 5 6 7 8