Lines Matching defs:pub
3372 xtermCloseXft(TScreen *screen, XTermXftFonts *pub)
3374 if (XftFp(pub) != NULL) {
3377 if (pub->pattern) {
3378 XftPatternDestroy(pub->pattern);
3379 pub->pattern = NULL;
3381 if (pub->fontset) {
3382 XftFontSetDestroy(pub->fontset);
3383 pub->fontset = NULL;
3386 for (n = 0; n <= pub->fs_size; ++n) {
3387 if (XftFpN(pub, n) != NULL) {
3388 closeCachedXft(screen, XftFpN(pub, n));
3389 XftFpN(pub, n) = NULL;
3390 XftIsN(pub, n) = xcEmpty;
3393 FreeAndNull(pub->font_map.per_font);
3394 memset(pub, 0, sizeof(*pub));