Searched refs:word_list (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml.h38 class word_list { class
40 word_list ();
87 word_list last_word;
H A Doutput.cpp87 * word_list - create an empty word list.
90 word_list::word_list () function in class:word_list
100 int word_list::flush (FILE *f)
124 void word_list::add_word (const char *s, int n)
140 int word_list::get_length (void)
/netbsd-current/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp72 struct word_list { struct
73 word_list *next;
76 word_list(const char *, int, word_list *);
83 static word_list **common_words_table = 0;
372 word_list::word_list(const char *s, int n, word_list *p)
387 common_words_table = new word_list * [hash_table_size];
405 common_words_table[h] = new word_list(key_buffe
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp55 struct word_list;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2148 Message word_list; local
2151 word_list << ", ";
2154 word_list << "and ";
2156 word_list << "'" << words[i] << "'";
2158 return word_list.GetString();

Completed in 156 milliseconds