Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c366 SAFEFREE(SGET_ICON_NAME(*merged_style)); in merge_styles()
368 *merged_style, (SGET_ICON_NAME(*add_style)) ? in merge_styles()
369 fxstrdup(SGET_ICON_NAME(*add_style)) : NULL); in merge_styles()
374 *merged_style, SGET_ICON_NAME(*add_style)); in merge_styles()
841 SAFEFREE(SGET_ICON_NAME(*style)); in free_style()
895 SAFEFREE(SGET_ICON_NAME(*style)); in free_style_mask()
2896 SAFEFREE(SGET_ICON_NAME(*ps)); in style_parse_one_style_option()
4735 Scr.DefaultIcon = SGET_ICON_NAME(*ps); in __style_command()
5610 if (SGET_ICON_NAME(*nptr)) in print_styles()
5612 mem += strlen(SGET_ICON_NAME(*nptr)); in print_styles()
[all …]
H A Dadd_window.c1421 fw->icon_bitmap_file = SGET_ICON_NAME(*pstyle); in setup_icon()
1437 fw->icon_bitmap_file = SGET_ICON_NAME(*pstyle); in setup_icon()
1450 fw->icon_bitmap_file = SGET_ICON_NAME(*pstyle); in setup_icon()
H A Dstyle.h417 #define SGET_ICON_NAME(s) \ macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c367 SAFEFREE(SGET_ICON_NAME(*merged_style)); in merge_styles()
369 *merged_style, (SGET_ICON_NAME(*add_style)) ? in merge_styles()
370 safestrdup(SGET_ICON_NAME(*add_style)) : NULL); in merge_styles()
375 *merged_style, SGET_ICON_NAME(*add_style)); in merge_styles()
802 SAFEFREE(SGET_ICON_NAME(*style)); in free_style()
856 SAFEFREE(SGET_ICON_NAME(*style)); in free_style_mask()
2875 SAFEFREE(SGET_ICON_NAME(*ps)); in style_parse_one_style_option()
4677 Scr.DefaultIcon = SGET_ICON_NAME(*ps); in __style_command()
5552 if (SGET_ICON_NAME(*nptr)) in print_styles()
5554 mem += strlen(SGET_ICON_NAME(*nptr)); in print_styles()
[all …]
H A Dadd_window.c1452 fw->icon_bitmap_file = SGET_ICON_NAME(*pstyle); in setup_icon()
1468 fw->icon_bitmap_file = SGET_ICON_NAME(*pstyle); in setup_icon()
1481 fw->icon_bitmap_file = SGET_ICON_NAME(*pstyle); in setup_icon()
H A Dstyle.h414 #define SGET_ICON_NAME(s) \ macro