Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.c2500 S_SET_HAS_DEPRESSABLE_BORDER(SCF(*ps), on); in style_parse_one_style_option()
2501 S_SET_HAS_DEPRESSABLE_BORDER(SCM(*ps), 1); in style_parse_one_style_option()
2502 S_SET_HAS_DEPRESSABLE_BORDER(SCC(*ps), 1); in style_parse_one_style_option()
2714 S_SET_HAS_DEPRESSABLE_BORDER(SCF(*ps), !on); in style_parse_one_style_option()
2715 S_SET_HAS_DEPRESSABLE_BORDER(SCM(*ps), 1); in style_parse_one_style_option()
2716 S_SET_HAS_DEPRESSABLE_BORDER(SCC(*ps), 1); in style_parse_one_style_option()
H A Dstyle.h217 #define S_SET_HAS_DEPRESSABLE_BORDER(c,x) \ macro
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.c2476 S_SET_HAS_DEPRESSABLE_BORDER(SCF(*ps), on); in style_parse_one_style_option()
2477 S_SET_HAS_DEPRESSABLE_BORDER(SCM(*ps), 1); in style_parse_one_style_option()
2478 S_SET_HAS_DEPRESSABLE_BORDER(SCC(*ps), 1); in style_parse_one_style_option()
2691 S_SET_HAS_DEPRESSABLE_BORDER(SCF(*ps), !on); in style_parse_one_style_option()
2692 S_SET_HAS_DEPRESSABLE_BORDER(SCM(*ps), 1); in style_parse_one_style_option()
2693 S_SET_HAS_DEPRESSABLE_BORDER(SCC(*ps), 1); in style_parse_one_style_option()
H A Dstyle.h214 #define S_SET_HAS_DEPRESSABLE_BORDER(c,x) \ macro