Searched defs:prep_word (Results 1 - 1 of 1) sorted by relevance

/external/hyphenation/
H A Dhyphen.c529 char *prep_word; local
538 prep_word = prep_word_buf;
540 prep_word = hnj_malloc (word_size + 3);
543 prep_word[j++] = '.';
546 prep_word[j++] = word[i];
548 prep_word[j++] = '.';
549 prep_word[j] = '\0';
555 printf ("prep_word = %s\n", prep_word);
562 ch = prep_word[
711 char *prep_word; local
[all...]

Completed in 31 milliseconds