Home
last modified time | relevance | path

Searched refs:OFF_ON (Results 1 – 7 of 7) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_options.cpp244 const char *const OFF_ON[2] = { FIXED(Off), FIXED(On) }; in render() local
298 str = Common::String::format("%s %s", FIXED(Music), OFF_ON[music._musicOn]); in render()
306 str = Common::String::format("%s %s", FIXED(SoundEffects), OFF_ON[sound._digitized]); in render()
310 str = Common::String::format("%s %s", FIXED(Voices), OFF_ON[sound._speechOn]); in render()
322 str = Common::String::format("%s %s", FIXED(TextWindows), OFF_ON[vm._textWindowsOn]); in render()
331 str = Common::String::format("%s %s", FIXED(TransparentMenus), OFF_ON[vm._transparentMenus]); in render()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_options.cpp244 const char *const OFF_ON[2] = { FIXED(Off), FIXED(On) }; in render() local
298 str = Common::String::format("%s %s", FIXED(Music), OFF_ON[music._musicOn]); in render()
324 str = Common::String::format("%s %s", FIXED(SoundEffects), OFF_ON[sound._digitized]); in render()
328 str = Common::String::format("%s %s", FIXED(Voices), OFF_ON[sound._speechOn]); in render()
356 str = Common::String::format("%s %s", FIXED(TextWindows), OFF_ON[vm._textWindowsOn]); in render()
365 str = Common::String::format("%s %s", FIXED(TransparentMenus), OFF_ON[vm._transparentMenus]); in render()
/dports/www/trac-devel/Trac-1.5.3/trac/util/
H A Dhtml.py204 OFF_ON = ('off', 'on') variable
215 autocomplete=OFF_ON,
/dports/x11/xscope/xscope-1.4.1/
H A Dx11.h167 #define OFF_ON 70 macro
H A Dtable11.c856 p = DefineType(OFF_ON, ENUMERATED, "OFF_ON", in InitEnumeratedTypes()
1382 DefineValues(p, 0x0020L, 1, OFF_ON, "led-mode"); in InitValuesTypes()
1384 DefineValues(p, 0x0080L, 1, OFF_ON, "auto-repeat-mode"); in InitValuesTypes()
H A Dprint11.c3519 PrintField(buf, 1, 1, OFF_ON, "global-auto-repeat"); in GetKeyboardControlReply()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/preview/
H A Dformatter.java1098 class OFF_ON { class in WHITESPACE