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

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c233 static char affix[LINE_MAX]; variable
237 * affix is concatenated string of notes
238 * the buffer size 141 stems from the sizes of original and affix.
341 affix[0] = 0;
390 else if (affix[0] != 0 && affix[0] != '.') {
392 (void) fprintf(file, "%s\t%s\n", affix,
717 (void) strcat(affix, deriv[j]);

Completed in 56 milliseconds