HomeSort by: relevance | last modified time | path
    Searched refs:word_list (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html.h 38 class word_list { class
40 word_list ();
87 word_list last_word;
output.cpp 87 * 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)
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 72 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_buffer, key_len
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libbib/
index.cpp 55 struct word_list;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2148 Message word_list; local
2151 word_list << ", ";
2154 word_list << "and ";
2156 word_list << "'" << words[i] << "'";
2158 return word_list.GetString();
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest.cc 2148 Message word_list; local
2151 word_list << ", ";
2154 word_list << "and ";
2156 word_list << "'" << words[i] << "'";
2158 return word_list.GetString();
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest.cc 2128 Message word_list; local
2131 word_list << ", ";
2134 word_list << "and ";
2136 word_list << "'" << words[i] << "'";
2138 return word_list.GetString();

Completed in 116 milliseconds