Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c948 prev = SGET_PREV_STYLE(*style); in remove_style_from_list()
1012 cur = SGET_PREV_STYLE(*cur)) in __simplify_style_list()
1025 cmp = SGET_PREV_STYLE(*cur); in __simplify_style_list()
1041 cmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1055 window_style *tmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1079 window_style *tmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1080 window_style *prev = SGET_PREV_STYLE(*cur); in __simplify_style_list()
1119 window_style *tmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1151 cmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
H A Dstyle.h395 #define SGET_PREV_STYLE(s) \ macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c909 prev = SGET_PREV_STYLE(*style); in remove_style_from_list()
973 cur = SGET_PREV_STYLE(*cur)) in __simplify_style_list()
986 cmp = SGET_PREV_STYLE(*cur); in __simplify_style_list()
1002 cmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1016 window_style *tmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1040 window_style *tmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1041 window_style *prev = SGET_PREV_STYLE(*cur); in __simplify_style_list()
1080 window_style *tmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
1112 cmp = SGET_PREV_STYLE(*cmp); in __simplify_style_list()
H A Dstyle.h392 #define SGET_PREV_STYLE(s) \ macro