Home | History | Annotate | Download | only in hyphenation

Lines Matching full:hyphword

1025 /* get the word with all possible hyphenations (output: hyphword) */
1027 hyphword, char *** rep, int ** pos, int ** cut)
1032 hyphword[j] = word[i];
1034 strcpy(hyphword + j - (*pos)[i] + 1, (*rep)[i]);
1037 } else hyphword[++j] = '=';
1038 } else hyphword[j] = word[i];
1040 hyphword[j] = '\0';
1047 char *hyphword, char *** rep, int ** pos, int ** cut)
1055 if (hyphword) hnj_hyphen_hyphword(word, word_size, hyphens, hyphword, rep, pos, cut);
1063 char *hyphword, char *** rep, int ** pos, int ** cut,
1074 if (hyphword) hnj_hyphen_hyphword(word, word_size, hyphens, hyphword, rep, pos, cut);