Searched refs:ControlMask (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinKey.c234 if (state & ControlMask) {
413 if ((sym == NoSymbol) && ((state & ControlMask) || (state & Mod2Mask))) {
414 state &= ~(ControlMask | Mod2Mask);
595 eventPtr->xkey.state |= ControlMask;
H A DtkWinPointer.c64 state |= ControlMask;
H A DtkWinX.c1340 mask = ControlMask;
1780 if (eventPtr->xbutton.state & ControlMask) {
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinKey.c230 if (state & ControlMask)
409 if ((sym == NoSymbol) && ((state & ControlMask) || (state & Mod2Mask))) {
410 state &= ~(ControlMask | Mod2Mask);
594 eventPtr->xkey.state |= ControlMask;
H A DtkWinPointer.c64 state |= ControlMask;
H A DtkWinX.c1315 mask = ControlMask;
1740 if (eventPtr->xbutton.state & ControlMask) {
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXMouseEvent.c157 state |= ControlMask;
254 * ShiftMask, LockMask, ControlMask, Mod*Mask.
314 state |= ControlMask;
H A DtkMacOSXKeyEvent.c76 state |= ControlMask;
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h182 #define ControlMask (1<<2) macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h182 #define ControlMask (1<<2) macro
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DActivate.c488 if ((keysym == XK_g && (event.xkey.state & ControlMask) != 0)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp385 xModifiers |= ControlMask;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Devent.rb130 ControlMask = (1<<2)
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c807 * Button1Mask, ShiftMask, LockMask, ControlMask, Mod*Mask.
864 state |= ControlMask;
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c888 if (key_sym == XK_minus && (ev_press->state & ControlMask))
999 if (ev_press->state & ControlMask)
1153 if (x_modifiers & ControlMask)
H A Dgui_beval.c805 (*beval->msgCB)(beval, ControlMask);
H A Dgui_at_sb.c931 if (state & ControlMask)
H A Dworkshop.c1549 if (state & ControlMask)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxmenu.c1308 if ((keysym == XK_g && (event.xkey.state & ControlMask) != 0)
H A Dxterm.c3524 | ((state & ControlMask) ? ctrl_modifier : 0)
3557 | ((state & ctrl_modifier) ? ControlMask : 0)
6212 event.xkey.state &= ~ControlMask;
6830 if (bar && event.xbutton.state & ControlMask)
H A Dxfns.c5530 if (keysym == XK_g && (event.xkey.state & ControlMask) != 0)
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkBind.c411 {"Control", ControlMask, 0},
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkBind.c422 {"Control", ControlMask, 0},

Completed in 249 milliseconds