Searched refs:DICTMAXLINE (Results 1 – 1 of 1) sorted by relevance
125 #define DICTMAXLINE 10240 /* maximum expected dictionary line length */ macro150 char linebuf[DICTMAXLINE]; /* line read from dict */ in fm_dc_opendict()236 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_opendict()382 char linebuf[DICTMAXLINE]; /* line read from dict */ in fm_dc_key2code()403 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_key2code()442 char linebuf[DICTMAXLINE]; in fm_dc_code2key()480 while (fgets(linebuf, DICTMAXLINE, dhp->fp) != NULL) { in fm_dc_code2key()