Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c949 next = SGET_NEXT_STYLE(*style); in remove_style_from_list()
985 next = SGET_NEXT_STYLE(*nptr); in remove_all_of_style_from_list()
1081 window_style *next = SGET_NEXT_STYLE(*cur); in __simplify_style_list()
4436 add_style = SGET_NEXT_STYLE(*add_style)) in style_parse_one_style_option()
4835 for (nptr = all_styles; nptr != NULL; nptr = SGET_NEXT_STYLE(*nptr)) in lookup_style()
5268 for (temp = all_styles; temp != NULL; temp = SGET_NEXT_STYLE(*temp)) in reset_style_changes()
5283 for (temp = all_styles; temp != NULL; temp = SGET_NEXT_STYLE(*temp)) in update_style_colorset()
5520 for (nptr = all_styles; nptr != NULL; nptr = SGET_NEXT_STYLE(*nptr)) in print_styles()
H A Dstyle.h391 #define SGET_NEXT_STYLE(s) \ macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c910 next = SGET_NEXT_STYLE(*style); in remove_style_from_list()
946 next = SGET_NEXT_STYLE(*nptr); in remove_all_of_style_from_list()
1042 window_style *next = SGET_NEXT_STYLE(*cur); in __simplify_style_list()
4374 add_style = SGET_NEXT_STYLE(*add_style)) in style_parse_one_style_option()
4777 for (nptr = all_styles; nptr != NULL; nptr = SGET_NEXT_STYLE(*nptr)) in lookup_style()
5210 for (temp = all_styles; temp != NULL; temp = SGET_NEXT_STYLE(*temp)) in reset_style_changes()
5225 for (temp = all_styles; temp != NULL; temp = SGET_NEXT_STYLE(*temp)) in update_style_colorset()
5462 for (nptr = all_styles; nptr != NULL; nptr = SGET_NEXT_STYLE(*nptr)) in print_styles()
H A Dstyle.h388 #define SGET_NEXT_STYLE(s) \ macro