Home
last modified time | relevance | path

Searched defs:OnOrOff (Results 1 – 8 of 8) sorted by relevance

/dports/devel/gnu-efi/gnu-efi-3.0.14/apps/
H A Droute80h.c33 val |= (1 << bit); in OnOrOff()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DTextInputHandler.mm34 static const char* OnOrOff(bool aBool) { return aBool ? "ON" : "off"; } function
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DTextInputHandler.mm33 OnOrOff(bool aBool) function
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DTextInputHandler.mm35 static const char* OnOrOff(bool aBool) { return aBool ? "ON" : "off"; } function
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DTextInputHandler.mm52 static const char* OnOrOff(bool aBool) { return aBool ? "ON" : "off"; } function
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DTextInputHandler.mm35 static const char* OnOrOff(bool aBool) { return aBool ? "ON" : "off"; } function
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextOutP.h56 typedef enum {on, off} OnOrOff; /* For when Booleans aren't obvious enough. */ typedef
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextOutP.h49 } OnOrOff; typedef