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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A DMakefile11 $(obj)/lex.o: $(obj)/parse.h $(obj)/keywords.c
24 $(obj)/keywords.c: $(obj)/keywords.gperf FORCE
25 $(call if_changed,keywords.c)
49 targets += keywords.c lex.c parse.c parse.h
H A Dlex.l99 #include "keywords.c"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-librep.c69 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
665 if (hash_find_entry (&keywords,
H A Dx-elisp.c67 static hash_table keywords; variable
89 if (keywords.table == NULL)
90 hash_init (&keywords, 100);
98 insert_keyword_callshape (&keywords, name, end - name, &shape);
102 /* Finish initializing the keywords hash table.
109 /* When adding new keywords here, also update the documentation in
691 if (hash_find_entry (&keywords,
H A Dx-lisp.c49 - Assume the keywords and strings are in an ASCII compatible encoding.
110 static hash_table keywords; variable
135 if (keywords.table == NULL)
136 hash_init (&keywords, 100);
160 insert_keyword_callshape (&keywords, symname, len, &shape);
164 /* Finish initializing the keywords hash table.
171 /* When adding new keywords here, also update the documentation in
1067 if (hash_find_entry (&keywords,
H A Dx-sh.c70 static hash_table keywords; variable
92 if (keywords.table == NULL)
93 hash_init (&keywords, 100);
101 insert_keyword_callshape (&keywords, name, end - name, &shape);
105 /* Finish initializing the keywords hash table.
112 /* When adding new keywords here, also update the documentation in
1262 if (hash_find_entry (&keywords,
H A Dx-c.c110 add_keyword (const char *name, hash_table *keywords) argument
120 if (keywords->table == NULL)
121 hash_init (keywords, 100);
129 insert_keyword_callshape (keywords, name, end - name, &shape);
145 /* Finish initializing the keywords hash tables.
152 /* When adding new keywords here, also update the documentation in
1185 but ignoring it has no effect unless one of the keywords is
H A Dx-php.c57 static hash_table keywords; variable
79 if (keywords.table == NULL)
80 hash_init (&keywords, 100);
88 insert_keyword_callshape (&keywords, name, end - name, &shape);
92 /* Finish initializing the keywords hash table.
99 /* When adding new keywords here, also update the documentation in
1448 if (hash_find_entry (&keywords, token.string, strlen (token.string),
H A Dx-awk.c52 static hash_table keywords; variable
74 if (keywords.table == NULL)
75 hash_init (&keywords, 100);
83 insert_keyword_callshape (&keywords, name, end - name, &shape);
87 /* Finish initializing the keywords hash table.
94 /* When adding new keywords here, also update the documentation in
495 keywords we have three cases:
738 if (hash_find_entry (&keywords, token.string, strlen (token.string),
H A Dx-glade.c65 static hash_table keywords; variable
83 if (keywords.table == NULL)
84 hash_init (&keywords, 100);
86 hash_insert_entry (&keywords, name, strlen (name), NULL);
90 /* Finish initializing the keywords hash table.
97 /* When adding new keywords here, also update the documentation in
434 (hash_find_entry (&keywords, name, strlen (name), &hash_result) == 0);
H A Dx-scheme.c50 - Assume the keywords and strings are in an ASCII compatible encoding.
79 static hash_table keywords; variable
101 if (keywords.table == NULL)
102 hash_init (&keywords, 100);
119 insert_keyword_callshape (&keywords, name, end - name, &shape);
123 /* Finish initializing the keywords hash table.
130 /* When adding new keywords here, also update the documentation in
776 if (hash_find_entry (&keywords,
H A Dx-tcl.c72 static hash_table keywords; variable
93 if (keywords.table == NULL)
94 hash_init (&keywords, 100);
103 insert_keyword_callshape (&keywords, name, end - name, &shape);
107 /* Finish initializing the keywords hash table.
114 /* When adding new keywords here, also update the documentation in
909 if (hash_find_entry (&keywords,
H A Dx-perl.c58 static hash_table keywords; variable
80 if (keywords.table == NULL)
81 hash_init (&keywords, 100);
89 insert_keyword_callshape (&keywords, name, end - name, &shape);
93 /* Finish initializing the keywords hash table.
100 /* When adding new keywords here, also update the documentation in
1322 our keywords. */
1501 if (hash_find_entry (&keywords, tp->string, strlen (tp->string),
1785 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value)
1805 if (hash_find_entry (&keywords, buffe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dfiles.c173 static struct config_keyword keywords[] = { variable in typeref:struct:config_keyword
204 for (i = 0; strlen(keywords[i].keyword); i++)
205 if (strlen(keywords[i].def))
206 keywords[i].handler(keywords[i].def, keywords[i].var);
230 for (i = 0; strlen(keywords[i].keyword); i++)
231 if (!strcasecmp(token, keywords[i].keyword))
232 if (!keywords[i].handler(line, keywords[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c286 static const struct config_keyword keywords[] = { variable in typeref:struct:config_keyword
326 for (i = 0; i < ARRAY_SIZE(keywords); i++)
327 if (keywords[i].def[0])
328 keywords[i].handler(keywords[i].def, keywords[i].var);
356 for (i = 0; i < ARRAY_SIZE(keywords); i++)
357 if (!strcasecmp(token, keywords[i].keyword))
358 if (!keywords[i].handler(line, keywords[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dip.c82 static const char keywords[] ALIGN1 =
100 int key = index_in_substrings(keywords, argv[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Drtm_map.c54 static const char keywords[] ALIGN1 =
63 const smalluint key = index_in_substrings(keywords, arg) + 1;
H A Diplink.c174 static const char keywords[] ALIGN1 =
182 key = index_in_strings(keywords, *argv) + 1;
201 key = index_in_strings(keywords, *argv) + 1;
211 key = index_in_strings(keywords, *argv) + 1;
278 static const char keywords[] ALIGN1 =
283 key = index_in_substrings(keywords, *argv) + 1;
H A Diptunnel.c132 static const char keywords[] ALIGN1 =
162 key = index_in_strings(keywords, *argv);
165 key = index_in_strings(keywords, *argv);
244 key = index_in_strings(keywords, *argv);
249 key = index_in_strings(keywords, *argv);
258 key = index_in_strings(keywords, *argv);
270 key = index_in_strings(keywords, *argv);
523 static const char keywords[] ALIGN1 =
529 key = index_in_substrings(keywords, *argv);
H A Diproute.c298 static const char keywords[] ALIGN1 =
350 arg = index_in_substrings(keywords, *argv);
370 if (index_in_strings(keywords, *argv) == PARM_lock) {
528 static const char keywords[] ALIGN1 =
549 arg = index_in_substrings(keywords, *argv);
555 if (index_in_strings(keywords, *argv) != PARM_all)
572 parm = index_in_substrings(keywords, *argv);
581 parm = index_in_substrings(keywords, *argv);
598 arg = index_in_substrings(keywords, *argv);
H A Diprule.c190 static const char keywords[] ALIGN1 =
225 key = index_in_substrings(keywords, *argv) + 1;
226 if (key == 0) /* no match found in keywords array, bail out. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddd.c86 static const char keywords[] ALIGN1 =
156 what = index_in_strings(keywords, key) + 1;
181 what = index_in_strings(keywords, arg) + 1;

Completed in 184 milliseconds

12