Home
last modified time | relevance | path

Searched refs:MatchesConditionMask (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dconditional.h26 Bool MatchesConditionMask(FvwmWindow *fw, WindowConditionMask *mask);
H A Dconditional.c128 if (MatchesConditionMask(fw, &mask)) in Circulate()
236 if (MatchesConditionMask(fw, &mask) && restofline) in select_cmd()
811 Bool MatchesConditionMask(FvwmWindow *fw, WindowConditionMask *mask) in MatchesConditionMask() function
1299 if (tfw == fw || !MatchesConditionMask(tfw, &mask)) in direction_cmd()
1643 if (MatchesConditionMask(t, &mask)) in CMD_All()
1655 if (MatchesConditionMask(t, &mask)) in CMD_All()
1788 MatchesConditionMask(t, &mask))) in CMD_WindowId()
H A Dwindowlist.c764 if (use_condition && !MatchesConditionMask(t, &mask)) in CMD_WindowList()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dconditional.h25 Bool MatchesConditionMask(FvwmWindow *fw, WindowConditionMask *mask);
H A Dconditional.c128 if (MatchesConditionMask(fw, &mask)) in Circulate()
236 if (MatchesConditionMask(fw, &mask) && restofline) in select_cmd()
785 Bool MatchesConditionMask(FvwmWindow *fw, WindowConditionMask *mask) in MatchesConditionMask() function
1277 if (tfw == fw || !MatchesConditionMask(tfw, &mask)) in direction_cmd()
1623 if (MatchesConditionMask(t, &mask)) in CMD_All()
1635 if (MatchesConditionMask(t, &mask)) in CMD_All()
1768 MatchesConditionMask(t, &mask))) in CMD_WindowId()
H A Dwindowlist.c760 if (use_condition && !MatchesConditionMask(t, &mask)) in CMD_WindowList()