Lines Matching defs:word
1071 int word;
1133 /* get word index */
1134 word = phrasebook[offset] - phrasebook_short;
1135 if (word >= 0) {
1136 word = (word << 8) + phrasebook[offset+1];
1139 word = phrasebook[offset++];
1145 /* copy word string from lexicon. the last character in the
1146 word has bit 7 set. the last word in a string ends with
1148 w = lexicon + lexicon_offset[word];
1158 break; /* end of word */