Lines Matching refs:hyphens
66 char *hyphens; in main() local
130 hyphens = (char *)malloc(k+5); in main()
149 if ((!optd && hnj_hyphen_hyphenate(dict, lcword, n-1, hyphens)) || in main()
150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) { in main()
151 free(hyphens); in main()
159 for (c = n; c < k; c++) hyphens[c] = '0'; in main()
160 hyphens[k] = '\0'; in main()
166 if (hyphens[i]&1) in main()
172 if (hyphens[i]&1) { in main()
182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8); in main()
192 free(hyphens); in main()