Lines Matching refs:ok
369 int error = ok; in parseGlobals()
663 int pos = 0, error = ok, tokenlen; in parseCharWidths()
767 return ok; in reallocFontMetrics()
783 return ok; in reallocFontMetrics()
816 int error = ok, count = 0, tokenlen; in parseCharMetrics()
944 if ((error == ok) && (count != fi->numOfChars)) in parseCharMetrics()
948 if ((error == ok) && (count != fi->numOfChars)) in parseCharMetrics()
975 int pos = 0, error = ok, tcount = 0, tokenlen; in parseTrackKernData()
1053 if (error == ok && tcount != fi->numOfTracks) in parseTrackKernData()
1057 if (error == ok && tcount != fi->numOfTracks) in parseTrackKernData()
1083 int pos = 0, error = ok, pcount = 0, tokenlen; in parsePairKernData()
1180 if ((error == ok) && (pcount != fi->numOfPairs)) in parsePairKernData()
1184 if (error == ok && pcount != fi->numOfPairs) in parsePairKernData()
1213 int pos = 0, j = 0, error = ok, ccount = 0, pcount = 0, tokenlen; in parseCompCharData()
1319 if (error == ok && ccount != fi->numOfComps) in parseCompCharData()
1323 if (error == ok && ccount != fi->numOfComps) in parseCompCharData()
1361 int code = ok; /* return code from each of the parsing routines */ in parseFile()
1362 int error = ok; /* used as the return code from this function */ in parseFile()