Home | History | Annotate | Download | only in hyphenation

Lines Matching defs:repl

186     dict->states[dict->num_states].repl = NULL;
287 char * repl;
312 dict[k]->states[0].repl = NULL;
359 repl = strchr(buf, '/');
362 if (repl) {
363 char * index = strchr(repl + 1, ',');
364 *repl = '\0';
374 hnj_strchomp(repl + 1);
378 repl = hnj_strdup(repl + 1);
394 if (!repl) {
421 printf ("word %s pattern %s, j = %d repl: %s\n", word, pattern + i, j, repl);
426 dict[k]->states[state_num].repl = repl;
510 if (hstate->repl)
511 hnj_free (hstate->repl);
603 if (match && !dict->states[state].repl)
717 char *repl;
802 repl = dict->states[state].repl;
812 printf ("%s (%s)\n", match, repl);
814 if (repl) {
827 matchrepl[offset + k] = repl;
828 if (repl && (k >= replindex) && (k <= replindex + replcut)) {