Home
last modified time | relevance | path

Searched defs:CASE_ESCAPE (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.h28 #define CASE_ESCAPE case ESCAPE: case CONTROL('G'): case -1: macro
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Dutils.c954 #define CASE_ESCAPE(to, from) case from: return to in fcitx_utils_escape_char() macro