Home
last modified time | relevance | path

Searched refs:SGET_NAME (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c833 SAFEFREE(SGET_NAME(*style)); in free_style()
4439 StrEquals(token, SGET_NAME(*add_style))) in style_parse_one_style_option()
4701 action = GetNextToken(action, &SGET_NAME(*ps)); in __style_command()
4703 if (SGET_NAME(*ps) == NULL) in __style_command()
4714 CopyString(&SGET_NAME(*ps), ""); /* safe */ in __style_command()
4719 free(SGET_NAME(*ps)); in __style_command()
4727 if (SGET_ID_HAS_NAME(*ps) && StrEquals(SGET_NAME(*ps), "*")) in __style_command()
5525 mem += strlen(SGET_NAME(*nptr)); in print_styles()
5529 SGET_NAME(*nptr)); in print_styles()
H A Dstyle.h401 #define SGET_NAME(s) \ macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c794 SAFEFREE(SGET_NAME(*style)); in free_style()
4377 StrEquals(token, SGET_NAME(*add_style))) in style_parse_one_style_option()
4643 action = GetNextToken(action, &SGET_NAME(*ps)); in __style_command()
4645 if (SGET_NAME(*ps) == NULL) in __style_command()
4656 CopyString(&SGET_NAME(*ps), ""); /* safe */ in __style_command()
4661 free(SGET_NAME(*ps)); in __style_command()
4669 if (SGET_ID_HAS_NAME(*ps) && StrEquals(SGET_NAME(*ps), "*")) in __style_command()
5467 mem += strlen(SGET_NAME(*nptr)); in print_styles()
5470 fprintf(stderr," * %s\n", SGET_NAME(*nptr)); in print_styles()
H A Dstyle.h398 #define SGET_NAME(s) \ macro