Home | History | Annotate | Download | only in hyphenation

Lines Matching full:matchrepl

726     char ** matchrepl;  
734 matchrepl = matchrepl_buf;
739 matchrepl = hnj_malloc ((word_size + 3) * sizeof(char *));
816 matchrepl[isrepl] = NULL;
827 matchrepl[offset + k] = repl;
868 if (isrepl && (matchindex[i] >= 0) && matchrepl[matchindex[i]]) {
881 (*rep)[matchindex[i] - 1] = hnj_strdup(matchrepl[matchindex[i]]);
885 j += strlen(matchrepl[matchindex[i]]);
890 if (matchrepl != matchrepl_buf) {
891 hnj_free (matchrepl);