Lines Matching defs:final
101 unsigned char final;
251 getCachedCharset(unsigned final, int type, const char *name)
255 if (((c->type == type && c->final == final) ||
271 getFontencCharset(unsigned final, int type, const char *name)
280 if (((fc->type == type && fc->final == final) ||
313 c->final = fc->final;
351 c->final = 0;
385 getCharset(unsigned final, int type)
389 c = getCachedCharset(final, type, NULL);
393 c = getFontencCharset(final, type, NULL);
487 q->name, q->final ? " (ISO 2022)" : "");