Searched refs:common_words_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp68 char **common_words_table; member in class:index_search_item
112 common_words_table(0)
131 if (common_words_table) {
133 a_delete common_words_table[i]; local
134 a_delete common_words_table; local
485 if (common_words_table) {
487 common_words_table[h];
489 if (strlen(common_words_table[h]) == (size_t)len
490 && memcmp(common_words_table[h], key_buffer, len) == 0)
575 common_words_table
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp81 static word_list **common_words_table = 0; variable
385 common_words_table = new word_list * [hash_table_size];
387 common_words_table[i] = 0;
403 common_words_table[h] = new word_list(key_buffer, key_len,
404 common_words_table[h]);
703 if (common_words_table) {
704 for (word_list *ptr = common_words_table[h]; ptr; ptr = ptr->next)

Completed in 98 milliseconds