DICTMAXLINE
char linebuf[DICTMAXLINE]; /* line read from dict */
while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {
char linebuf[DICTMAXLINE]; /* line read from dict */
while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {
char linebuf[DICTMAXLINE];
while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) {