Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:trans

189     dict->states[dict->num_states].trans = NULL;
203 dict->states[state1].trans = hnj_malloc (sizeof(HyphenTrans));
207 dict->states[state1].trans = hnj_realloc (dict->states[state1].trans,
211 dict->states[state1].trans[num_trans].ch = ch;
212 dict->states[state1].trans[num_trans].new_state = state2;
315 dict[k]->states[0].trans = NULL;
486 printf (" %c->%d\n", dict[k]->states[e->val].trans[j].ch,
487 dict[k]->states[e->val].trans[j].new_state);
512 if (hstate->trans)
513 hnj_free (hstate->trans);
584 if (hstate->trans[k].ch == ch)
586 state = hstate->trans[k].new_state;
784 if (hstate->trans[k].ch == ch)
786 state = hstate->trans[k].new_state;