Lines Matching refs:FONTLIB

1049    loadlibrary(FONTLIB);  in loadfontlib()
1199 for (i = 0; i < ((mode == FONTLIB) ? 1 : xobjs.numlibs); i++) { in cleanupaliases()
1200 for (j = 0; j < ((mode == FONTLIB) ? xobjs.fontlib.number : in cleanupaliases()
1202 baseobj = (mode == FONTLIB) ? *(xobjs.fontlib.library + j) : in cleanupaliases()
1488 if (mode != FONTLIB) { in importfromlibrary()
1742 if ((ps == NULL) && (mode == FONTLIB)) { in loadlibrary()
1777 if ((mode != FONTLIB) && !strcmp(keyword, "Library")) { in loadlibrary()
1835 if (mode != FONTLIB) { in loadlibrary()
1853 if ((mode != FONTLIB) && (nsptr != NULL)) { in loadlibrary()
3329 objectptr *curlib = (mode == FONTLIB) ? in new_library_object()
3331 short *libobjects = (mode == FONTLIB) ? in new_library_object()
3338 if (mode == FONTLIB) xobjs.fontlib.library = curlib; in new_library_object()
3361 if (mode == FONTLIB) { in new_library_object()
3367 newdef->libno = FONTLIB; in new_library_object()
3395 (*newobject)->schemtype = (mode == FONTLIB) ? GLYPH : SYMBOL; in new_library_object()
3401 if (mode != FONTLIB) AddObjectTechnology(*newobject); in new_library_object()
3417 short *libobjects = (mode == FONTLIB) ? in library_object_unique()
3485 if (mode == FONTLIB) return; in add_object_to_library()
4588 if (mode != FONTLIB) { in objectread()
4811 for (k = 0; k < ((mode == FONTLIB) ? 1 : xobjs.numlibs); k++) { in objectread()
4812 for (j = 0; j < ((mode == FONTLIB) ? xobjs.fontlib.number : in objectread()
4815 libobj = (mode == FONTLIB) ? xobjs.fontlib.library + j : in objectread()