Home
last modified time | relevance | path

Searched refs:SGET_ICON_FONT (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c415 SAFEFREE(SGET_ICON_FONT(*merged_style)); in merge_styles()
417 *merged_style, (SGET_ICON_FONT(*add_style)) ? in merge_styles()
418 fxstrdup(SGET_ICON_FONT(*add_style)) : NULL); in merge_styles()
423 *merged_style, SGET_ICON_FONT(*add_style)); in merge_styles()
839 SAFEFREE(SGET_ICON_FONT(*style)); in free_style()
887 SAFEFREE(SGET_ICON_FONT(*style)); in free_style_mask()
2959 SAFEFREE(SGET_ICON_FONT(*ps)); in style_parse_one_style_option()
5600 if (SGET_ICON_FONT(*nptr)) in print_styles()
5602 mem += strlen(SGET_ICON_FONT(*nptr)); in print_styles()
5607 SGET_ICON_FONT(*nptr)); in print_styles()
H A Dstyle.h445 #define SGET_ICON_FONT(s) \ macro
H A Dadd_window.c1965 if (S_HAS_ICON_FONT(SCF(*pstyle)) && SGET_ICON_FONT(*pstyle) && in setup_icon_font()
1967 FlocaleLoadFont(dpy, SGET_ICON_FONT(*pstyle), "fvwm"))) in setup_icon_font()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c416 SAFEFREE(SGET_ICON_FONT(*merged_style)); in merge_styles()
418 *merged_style, (SGET_ICON_FONT(*add_style)) ? in merge_styles()
419 safestrdup(SGET_ICON_FONT(*add_style)) : NULL); in merge_styles()
424 *merged_style, SGET_ICON_FONT(*add_style)); in merge_styles()
800 SAFEFREE(SGET_ICON_FONT(*style)); in free_style()
848 SAFEFREE(SGET_ICON_FONT(*style)); in free_style_mask()
2938 SAFEFREE(SGET_ICON_FONT(*ps)); in style_parse_one_style_option()
5542 if (SGET_ICON_FONT(*nptr)) in print_styles()
5544 mem += strlen(SGET_ICON_FONT(*nptr)); in print_styles()
5549 SGET_ICON_FONT(*nptr)); in print_styles()
H A Dstyle.h442 #define SGET_ICON_FONT(s) \ macro
H A Dadd_window.c1995 if (S_HAS_ICON_FONT(SCF(*pstyle)) && SGET_ICON_FONT(*pstyle) && in setup_icon_font()
1997 FlocaleLoadFont(dpy, SGET_ICON_FONT(*pstyle), "fvwm"))) in setup_icon_font()