Home
last modified time | relevance | path

Searched defs:common_words_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp70 char **common_words_table; member in index_search_item
135 a_delete common_words_table[i]; in ~index_search_item() local
136 a_delete common_words_table; in ~index_search_item() local
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp83 static word_list **common_words_table = 0; variable