Home | History | Annotate | Download | only in hyphenation

Lines Matching defs:rep

29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) {
35 if (rep && rep[j]) {
39 printf(" - %s%s", word, rep[j]);
73 char ** rep;
144 rep = NULL;
150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) {
182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8);
183 if (rep) {
185 if (rep[i]) free(rep[i]);
187 free(rep);