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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h36 class word_list { class
38 word_list ();
85 word_list last_word;
H A Doutput.cpp85 * word_list - create an empty word list.
88 word_list::word_list () function in class:word_list
98 int word_list::flush (FILE *f)
122 void word_list::add_word (const char *s, int n)
138 int word_list::get_length (void)
/freebsd-11-stable/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp70 struct word_list { struct
71 word_list *next;
74 word_list(const char *, int, word_list *);
81 static word_list **common_words_table = 0;
370 word_list::word_list(const char *s, int n, word_list *p)
385 common_words_table = new word_list * [hash_table_size];
403 common_words_table[h] = new word_list(key_buffe
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dindex.cpp53 struct word_list;

Completed in 72 milliseconds