Lines Matching defs:fnts
1138 xtermCloseFont2(XtermWidget xw, XTermFonts * fnts, int which)
1140 XFontStruct *thisFont = fnts[which].fs;
1145 xtermCloseFont(xw, &fnts[which]);
1148 if (thisFont == fnts[k].fs) {
1149 xtermFreeFontInfo(&fnts[k]);
1160 xtermCloseFonts(XtermWidget xw, XTermFonts * fnts)
1165 xtermCloseFont2(xw, fnts, j);
1354 #define ReportOneVTFont(name) reportOneVTFont(#name, screen->fnts + name)
1699 memcpy(&old_fonts, screen->fnts, sizeof(old_fonts));
1809 xtermCloseFonts(xw, screen->fnts);
4191 if (xtermMissingChar(n, XTermFontsRef(screen->fnts, which)))