Searched refs:both (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_endian.h17 # error Building BFS with both big and little endian is not supported.
41 // TODO: maybe build a version that supports both, big & little endian?
/haiku/src/apps/deskbar/
H A DBarMenuBar.h80 void* state, bool both = false);
H A DBarMenuBar.cpp317 void* state, bool both)
325 if (fDeskbarMenuItem->Frame().Contains(loc) || both)
328 if (fAppListMenuItem && (fAppListMenuItem->Frame().Contains(loc) || both))
316 InitTrackingHook(bool (hookFunction)BMenu*, void*), void* state, bool both) argument
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp72 SetupStandardMap(MetaKeyStateMap& map, const char* name, uint32 both, argument
78 map.AddState(B_TRANSLATE("(None)"), new HasBitsFieldTester(0, both));
80 // Here, either may be pressed. (Remember both is NOT a 2-bit chord, it's
82 map.AddState(B_TRANSLATE("Either"), new HasBitsFieldTester(both));
90 // Here, both must be pressed.
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp241 BMenuItem* both = local
251 fFlowcontrolMenu->AddItem(both);

Completed in 128 milliseconds