Home
last modified time | relevance | path

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

/dports/x11-wm/cwm/cwm-6.7/
H A Dconf.c193 static unsigned int ignore_mods[] = { variable
676 for (i = 0; i < nitems(ignore_mods); i++) in conf_grab_kbd()
677 XGrabKey(X_Dpy, kc, (kb->modmask | ignore_mods[i]), win, in conf_grab_kbd()
693 for (i = 0; i < nitems(ignore_mods); i++) { in conf_grab_mouse()
695 (mb->modmask | ignore_mods[i]), win, False, in conf_grab_mouse()
/dports/lang/perl5.34/perl-5.34.0/utils/
H A Dh2xs.PL1813 my $ignore_mods
1816 $type =~ s/$ignore_mods//go;
1819 $type =~ s/$ignore_mods//go;
/dports/lang/perl5.30/perl-5.30.3/utils/
H A Dh2xs.PL1813 my $ignore_mods
1816 $type =~ s/$ignore_mods//go;
1819 $type =~ s/$ignore_mods//go;
/dports/lang/perl5.32/perl-5.32.1/utils/
H A Dh2xs.PL1813 my $ignore_mods
1816 $type =~ s/$ignore_mods//go;
1819 $type =~ s/$ignore_mods//go;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/utils/
H A Dh2xs.PL1813 my $ignore_mods
1816 $type =~ s/$ignore_mods//go;
1819 $type =~ s/$ignore_mods//go;
/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dgrabber.cc32 static unsigned int ignore_mods[4] = { 0, LockMask, Mod2Mask, LockMask | Mod2Mask }; variable
413 modifiers[i].modifiers = bi.state ^ ignore_mods[i]; in grab_button()