Home | History | Annotate | Download | only in src

Lines Matching refs:letters

270   lm->letters = (char*) lts_alloc(len, sizeof(char));
271 if (lm->letters == NULL) {
282 PORT_FREAD_CHAR(lm->letters, sizeof(char), len, fp);
292 char letter = toupper(lm->letters[i]);
293 lm->letters[i] = letter;
311 if (lm->letters) {
312 FREE(lm->letters);
313 lm->letters = NULL;
1254 pfprintf(PSTDOUT,"dp %c ", lm->letters[dp->letter]);
1257 pfprintf(PSTDOUT,"%c", lm->letters[word[i]]);
1260 lm->letters[dp->left_context[2]],
1261 lm->letters[dp->left_context[1]],
1262 lm->letters[dp->left_context[0]],
1263 lm->letters[dp->letter],
1264 lm->letters[dp->right_context[0]],
1265 lm->letters[dp->right_context[1]],
1266 lm->letters[dp->right_context[2]],