Lines Matching defs:Word
116 struct Word struct
121 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 */
133 WORD *next_break; /* break which achieves best_cost */