HomeSort by relevance Sort by last modified time
    Searched full:hyphword (Results 1 - 3 of 3) sorted by null

  /external/hyphenation/
example.c 68 char *hyphword; local
168 hyphword = (char *) malloc(k+1+nHyphCount);
171 hyphword[j++] = buf[i];
173 hyphword[j++] = '-';
176 hyphword[j] = '\0';
177 fprintf(stdout,"%s\n",hyphword);
179 free(hyphword);
hyphen.c 1025 /* get the word with all possible hyphenations (output: hyphword) */
    [all...]
hyphen.h 164 char *hyphword, char *** rep, int ** pos, int ** cut,

Completed in 39 milliseconds