Home
last modified time | relevance | path

Searched defs:word_list (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp72 struct word_list { struct
73 word_list *next; argument
76 word_list(const char *, int, word_list *); argument
372 word_list::word_list(const char *s, int n, word_list *p) in word_list() function in word_list
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Doutput.cpp90 word_list::word_list () in word_list() function in word_list
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2148 Message word_list; in FormatWordList() local