Home
last modified time | relevance | path

Searched defs:CTRL (Results 1 – 25 of 1036) sorted by last modified time

12345678910>>...42

/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A Dkpty.cpp163 # define CTRL(x) ((x) & 037) macro
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A Dkpty.cpp156 # define CTRL(x) ((x) & 037) macro
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dkey_encoding.py275 SHIFT, ALT, CTRL, SUPER, HYPER, META, CAPS_LOCK, NUM_LOCK = 1, 2, 4, 8, 16, 32, 64, 128 variable
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dlineedit.c2115 #define CTRL(a) ((a) & ~0x40) macro
/dports/misc/mc/mc-4.8.27/lib/tty/
H A Dtty-ncurses.c71 #define CTRL(x) ((x) & 0x1f) macro
/dports/misc/mc-nox11/mc-4.8.27/lib/tty/
H A Dtty-ncurses.c71 #define CTRL(x) ((x) & 0x1f) macro
/dports/lang/eisl/eisl-2.35/
H A Dedlis.c14 #define CTRL(X) ((X) & 0x1F) macro
/dports/japanese/rogue_s/rogue_s/
H A Dplay.c16 #define CTRL(c) ((c) & 037) macro
H A Dmessage.c16 #define CTRL(c) ((c) & 037) macro
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A Dkpty.cpp157 # define CTRL(x) ((x) & 037) macro
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A Dkpty.cpp157 # define CTRL(x) ((x) & 037) macro
/dports/games/oldrunner/oldrunner/
H A Dcfg.h34 #define CTRL(x) ((x) & CTRLVAL) macro
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFGPUIDialog.cxx1331 CTRL = 0x1, in getKeyCode() enumerator
/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_keys.c21 #define CTRL(c) (0x1f & (c)) macro
/dports/games/gracer/gracer-0.1.5/src/
H A Dglutwidgets.c1397 #define CTRL(key) (key - 'a' + 1) macro
/dports/games/xmille/Mille/
H A Dui.c16 #define CTRL(x) (x - 'A' + 1) macro
H A Dmove.c10 #define CTRL(c) (c - 'A' + 1) macro
/dports/emulators/jzintv/jzintv-20200712-src/src/util/
H A Dcart.h55 #define CTRL(b,x) ((0x47 & (unsigned)(b)) | (0xB8 & (unsigned)(x))) macro
/dports/editors/uemacs/uemacs-4.0/src/
H A Dunix.c144 #define CTRL 0x0100 macro
H A Dposix.c48 #define CTRL 0x0100 macro
/dports/editors/uemacs/uemacs-4.0/freebsd/
H A Destruct.h540 #define CTRL 0x0100 /* Control flag, or'ed in */ macro
/dports/editors/uemacs/uemacs-4.0/h/
H A Destruct.h540 #define CTRL 0x0100 /* Control flag, or'ed in */ macro
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hil/msp_fet/
H A Darch.h83 unsigned char* CTRL; member
/dports/devel/libcli/libcli-1.9.6/
H A Dlibcli.c1152 #define CTRL(c) (c - '@') macro
/dports/devel/linenoise-ng/linenoise-ng-1.0.0/src/
H A Dlinenoise.cpp764 static const int CTRL = 0x20000000; // Ctrl key combination variable

12345678910>>...42