Lines Matching refs:normalEOF
91 #define normalEOF 1 /* return code from parsing routines used only */ macro
395 error = normalEOF; in parseGlobals()
497 error = normalEOF; in parseGlobals()
618 error = normalEOF;
686 error = normalEOF; in parseCharWidths()
725 error = normalEOF; in parseCharWidths()
931 error = normalEOF; in parseCharMetrics()
998 error = normalEOF; in parseTrackKernData()
1044 error = normalEOF; in parseTrackKernData()
1106 error = normalEOF; in parsePairKernData()
1171 error = normalEOF; in parsePairKernData()
1246 error = normalEOF; in parseCompCharData()
1310 error = normalEOF; in parseCompCharData()
1391 if ((code != normalEOF) && (code != earlyEOF)) in parseFile()
1426 while ((code != normalEOF) && (code != earlyEOF)) in parseFile()
1488 code = normalEOF; in parseFile()