Searched defs:Word (Results 1 – 3 of 3) sorted by relevance
116 struct Word struct121 const char *text; /* the text of the word */122 short length; /* length of this word */123 short space; /* the size of the following space */124 unsigned paren:1; /* starts with open paren */125 unsigned period:1; /* ends in [.?!])* */126 unsigned punct:1; /* ends in punctuation */127 unsigned final:1; /* end of sentence */131 short line_length; /* length of the best line starting here */132 COST best_cost; /* cost of best paragraph starting here */[all …]
18 typedef Elf32_Word Word; typedef42 typedef Elf64_Word Word; typedef
378 typedef uint32_t Word; typedef in __anonec5e253d0111::Elf32420 typedef uint32_t Word; typedef in __anonec5e253d0111::Elf64460 typedef typename ELF::Word Word; typedef in __anonec5e253d0111::ElfParser