Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c399 SAFEFREE(SGET_DECOR_NAME(*merged_style)); in merge_styles()
401 *merged_style, (SGET_DECOR_NAME(*add_style)) ? in merge_styles()
402 fxstrdup(SGET_DECOR_NAME(*add_style)) : in merge_styles()
408 *merged_style, SGET_DECOR_NAME(*add_style)); in merge_styles()
838 SAFEFREE(SGET_DECOR_NAME(*style)); in free_style()
883 SAFEFREE(SGET_DECOR_NAME(*style)); in free_style_mask()
4414 SAFEFREE(SGET_DECOR_NAME(*ps)); in style_parse_one_style_option()
5581 if (SGET_DECOR_NAME(*nptr)) in print_styles()
5583 mem += strlen(SGET_DECOR_NAME(*nptr)); in print_styles()
5587 SGET_DECOR_NAME(*nptr)); in print_styles()
H A Dstyle.h425 #define SGET_DECOR_NAME(s) \ macro
H A Dadd_window.c2026 if (StrEquals(SGET_DECOR_NAME(*pstyle), decor->tag)) in setup_style_and_decor()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c400 SAFEFREE(SGET_DECOR_NAME(*merged_style)); in merge_styles()
402 *merged_style, (SGET_DECOR_NAME(*add_style)) ? in merge_styles()
403 safestrdup(SGET_DECOR_NAME(*add_style)) : in merge_styles()
409 *merged_style, SGET_DECOR_NAME(*add_style)); in merge_styles()
799 SAFEFREE(SGET_DECOR_NAME(*style)); in free_style()
844 SAFEFREE(SGET_DECOR_NAME(*style)); in free_style_mask()
4352 SAFEFREE(SGET_DECOR_NAME(*ps)); in style_parse_one_style_option()
5522 if (SGET_DECOR_NAME(*nptr)) in print_styles()
5524 mem += strlen(SGET_DECOR_NAME(*nptr)); in print_styles()
5529 SGET_DECOR_NAME(*nptr)); in print_styles()
H A Dstyle.h422 #define SGET_DECOR_NAME(s) \ macro
H A Dadd_window.c2056 if (StrEquals(SGET_DECOR_NAME(*pstyle), decor->tag)) in setup_style_and_decor()