Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dstyle.h399 #define SGET_ID(s) \ macro
402 SID_GET_NAME(SGET_ID(s))
404 SID_SET_NAME(SGET_ID(s),x)
406 SID_GET_WINDOW_ID(SGET_ID(s))
408 SID_SET_WINDOW_ID(SGET_ID(s),x)
410 SID_SET_HAS_NAME(SGET_ID(s), x)
412 SID_GET_HAS_NAME(SGET_ID(s))
414 SID_SET_HAS_WINDOW_ID(SGET_ID(s),x)
416 SID_GET_HAS_WINDOW_ID(SGET_ID(s))
H A Dstyle.c188 return style_ids_are_equal(&SGET_ID(*s), id); in style_id_equals_id()
193 return style_ids_are_equal(&SGET_ID(*s), &SGET_ID(*t)); in styles_have_same_id()
4837 if (fw_match_style_id(fw, SGET_ID(*nptr))) in lookup_style()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dstyle.h396 #define SGET_ID(s) \ macro
399 SID_GET_NAME(SGET_ID(s))
401 SID_SET_NAME(SGET_ID(s),x)
403 SID_GET_WINDOW_ID(SGET_ID(s))
405 SID_SET_WINDOW_ID(SGET_ID(s),x)
407 SID_SET_HAS_NAME(SGET_ID(s), x)
409 SID_GET_HAS_NAME(SGET_ID(s))
411 SID_SET_HAS_WINDOW_ID(SGET_ID(s),x)
413 SID_GET_HAS_WINDOW_ID(SGET_ID(s))
H A Dstyle.c189 return style_ids_are_equal(&SGET_ID(*s), id); in style_id_equals_id()
194 return style_ids_are_equal(&SGET_ID(*s), &SGET_ID(*t)); in styles_have_same_id()
4779 if (fw_match_style_id(fw, SGET_ID(*nptr))) in lookup_style()