Searched refs:keywords (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20070507-1.c22 LOCAL keywords = { "keywords", 1 }; variable
56 keywords.a = 1;
69 keywords.a += index - 1;
82 if (loop_next (&keywords_table, (char*)&keywords))
85 if ((!memcmp (keywords.name, "+++", 3)))
90 if ((!memcmp (keywords.name, "+++", 3)))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20070507-1.c22 LOCAL keywords = { "keywords", 1 }; variable
56 keywords.a = 1;
69 keywords.a += index - 1;
82 if (loop_next (&keywords_table, (char*)&keywords))
85 if ((!memcmp (keywords.name, "+++", 3)))
90 if ((!memcmp (keywords.name, "+++", 3)))
/netbsd-6-1-5-RELEASE/tests/util/ps/
H A DMakefile10 FILES= keywords
H A Dt_ps.sh37 # 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...]
/netbsd-6-1-5-RELEASE/sbin/route/
H A DMakefile8 SRCS= route.c show.c keywords.c
15 # would like keywords.[ch] to always exist here, so
19 # CLEANFILES+= keywords.c keywords.h
20 # keywords.c keywords.h : keywords.sh
21 # ${HOST_SH} keywords.sh
H A Dkeywords.sh2 # $NetBSD: keywords.sh,v 1.9 2010/06/26 14:29:36 kefren Exp $
3 # @(#)keywords 8.2 (Berkeley) 3/19/94
84 exec > keywords.h
88 /* WARNING! This file was generated by keywords.sh */
93 } keywords[];
105 exec > keywords.c
109 /* WARNING! This file was generated by keywords.sh */
111 #include "keywords.h"
113 struct keytab keywords[] = {
H A Dkeywords.c3 /* WARNING! This file was generated by keywords.sh */
5 #include "keywords.h"
7 struct keytab keywords[] = { variable in typeref:struct:keytab
H A Dkeywords.h3 /* WARNING! This file was generated by keywords.sh */
8 } keywords[];
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfmtmsg.c61 } 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.
89 if (memcmp(str, keywords[i].keyword, keywords[i].len)
91 (*(str + keywords[i].len) == ':' ||
92 *(str + keywords[i].len) == '\0'))
101 if (*(str += keywords[
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/x_route/
H A DMakefile11 SRCS= route.c show.c keywords.c
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dparseinfo.h17 void *keywords; member in struct:config
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-librep.c68 static hash_table keywords; variable
91 if (keywords.table == NULL)
92 init_hash (&keywords, 100);
103 insert_entry (&keywords, name, end - name,
109 /* Finish initializing the keywords hash table.
667 if (find_entry (&keywords,
H A Dx-elisp.c66 static hash_table keywords; variable
89 if (keywords.table == NULL)
90 init_hash (&keywords, 100);
101 insert_entry (&keywords, name, end - name,
107 /* Finish initializing the keywords hash table.
693 if (find_entry (&keywords,
H A Dx-lisp.c48 - Assume the keywords and strings are in an ASCII compatible encoding.
109 static hash_table keywords; variable
135 if (keywords.table == NULL)
136 init_hash (&keywords, 100);
162 insert_entry (&keywords, symname, len,
167 /* Finish initializing the keywords hash table.
1068 if (find_entry (&keywords,
H A Dx-glade.c62 static hash_table keywords; variable
80 if (keywords.table == NULL)
81 init_hash (&keywords, 100);
83 insert_entry (&keywords, name, strlen (name), NULL);
87 /* Finish initializing the keywords hash table.
237 (find_entry (&keywords, name, strlen (name), &hash_result) == 0);
H A Dx-c.c108 add_keyword (const char *name, hash_table *keywords) argument
119 if (keywords->table == NULL)
120 init_hash (keywords, 100);
131 insert_entry (keywords, name, end - name,
149 /* Finish initializing the keywords hash tables.
1084 but ignoring it has no effect unless one of the keywords is
H A Dx-php.c51 static hash_table keywords; variable
74 if (keywords.table == NULL)
75 init_hash (&keywords, 100);
86 insert_entry (&keywords, name, end - name,
92 /* Finish initializing the keywords hash table.
1260 if (find_entry (&keywords, token.string, strlen (token.string),
H A Dx-sh.c69 static hash_table keywords; variable
92 if (keywords.table == NULL)
93 init_hash (&keywords, 100);
104 insert_entry (&keywords, name, end - name,
110 /* Finish initializing the keywords hash table.
1172 if (find_entry (&keywords,
H A Dx-awk.c51 static hash_table keywords; variable
74 if (keywords.table == NULL)
75 init_hash (&keywords, 100);
86 insert_entry (&keywords, name, end - name,
92 /* Finish initializing the keywords hash table.
498 keywords we have three cases:
747 if (find_entry (&keywords, token.string, strlen (token.string),
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-214 Sometimes keywords can be spread apart
H A Dxgettext-314 Sometimes keywords can be spread apart
H A Dxgettext-c-213 Sometimes keywords can be spread apart
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-inferior.c369 static char *keywords[] = { "address", "length", NULL }; local
371 if (! PyArg_ParseTupleAndKeywords (args, kw, "OO", keywords,
436 static char *keywords[] = { "address", "buffer", "length", NULL }; local
439 if (! PyArg_ParseTupleAndKeywords (args, kw, "Os#|O", keywords,
545 static char *keywords[] = { "address", "length", "pattern", NULL }; local
553 if (! PyArg_ParseTupleAndKeywords (args, kw, "OOO", keywords,
H A Dpy-symbol.c260 static char *keywords[] = { "name", "block", "domain", NULL }; local
265 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|O!i", keywords, &name,
321 static char *keywords[] = { "name", "domain", NULL }; local
325 if (! PyArg_ParseTupleAndKeywords (args, kw, "s|i", keywords, &name,
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dtrrt2netbsd51 my @keywords = ("Author", "Date", "Header", "Id", "Locker", "Log",
94 foreach $key (@keywords) {

Completed in 162 milliseconds

1234