Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:rep2

902         char ** rep2;
908 rep2 = rep2_buf;
913 rep2 = hnj_malloc (word_size * sizeof(char *));
918 for (i = 0; i < word_size; i++) rep2[i] = NULL;
934 hyphens2, &rep2, &pos2, &cut2, clhmin,
938 if (rep2[j] && rep && pos && cut) {
950 (*rep)[begin + j] = rep2[j];
961 for (j = 0; j < word_size; j++) rep2[j] = NULL;
974 if (rep2 != rep2_buf) {
975 free(rep2);