/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | hash.h | 50 extern int hash_find_entry (hash_table *htab,
|
H A D | hash.c | 191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | hash.h | 50 extern int hash_find_entry (hash_table *htab,
|
H A D | hash.c | 191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
|
H A D | ChangeLog.1 | 453 (lookup, hash_find_entry, insert_entry_2): Remove casts. 548 (hash_find_entry): Renamed from find_entry. 555 (hash_find_entry): Renamed from find_entry.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | hash.h | 50 extern int hash_find_entry (hash_table *htab,
|
H A D | hash.c | 191 hash_find_entry (hash_table *htab, const void *key, size_t keylen, in hash_find_entry() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msgl-fsearch.c | 248 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_alloc() 521 if (hash_find_entry (&findex->gram4, p0, p4 - p0, in message_fuzzy_index_search()
|
H A D | x-glade.c | 252 (hash_find_entry (&keywords, name, strlen (name), &hash_result) == 0); in start_element_handler()
|
H A D | x-perl.c | 1496 if (hash_find_entry (&keywords, tp->string, strlen (tp->string), in extract_variable() 1776 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value) in interpolate_keywords() 1796 if (hash_find_entry (&keywords, buffer, bufpos, &keyword_value) in interpolate_keywords() 2999 if (hash_find_entry (&keywords, tp->string, strlen (tp->string), in extract_balanced()
|
H A D | x-awk.c | 737 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()
|
H A D | x-tcl.c | 908 if (hash_find_entry (&keywords, in read_command()
|
H A D | x-librep.c | 664 if (hash_find_entry (&keywords, in read_object()
|
H A D | x-scheme.c | 775 if (hash_find_entry (&keywords, in read_object()
|
H A D | x-php.c | 1299 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()
|
H A D | x-sh.c | 1261 if (hash_find_entry (&keywords, in read_command()
|
H A D | x-elisp.c | 690 if (hash_find_entry (&keywords, in read_object()
|
H A D | xgettext.c | 1132 if (hash_find_entry (table, keyword, keyword_len, &old_value)) in insert_keyword_callshape() 1280 && hash_find_entry (flag_table, key, keylen, &entry) == 0) in flag_context_list_table_lookup() 1324 if (hash_find_entry (table, name_start, name_end - name_start, &entry) != 0) in flag_context_list_table_insert()
|
H A D | message.c | 482 int found = !hash_find_entry (&mlp->htable, key, keylen, &htable_value); in message_list_search()
|
H A D | x-java.c | 1254 if (hash_find_entry (&keywords, dottedname, strlen (dottedname), in extract_parenthesized()
|
H A D | x-lisp.c | 1067 if (hash_find_entry (&keywords, in read_object()
|
H A D | x-c.c | 1621 if (hash_find_entry (objc_extensions ? &objc_keywords : &c_keywords, in x_c_lex()
|
H A D | x-csharp.c | 1943 if (hash_find_entry (&keywords, dottedname, strlen (dottedname), in extract_parenthesized()
|
H A D | x-python.c | 1683 if (hash_find_entry (&keywords, token.string, strlen (token.string), in extract_parenthesized()
|