Home
last modified time | relevance | path

Searched refs:EXIT_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/tests/ecore/
H A Decore_test_ecore_thread_eina_thread_queue.c482 const int EXIT_MESSAGE = -42; variable
521 if (val == EXIT_MESSAGE || (ecore_thread_check(th))) break; in th62_do()
551 if (val == EXIT_MESSAGE || (ecore_thread_check(th))) break; in th63_do()
594 msg->value = EXIT_MESSAGE; in EFL_START_TEST()
598 msg->value = EXIT_MESSAGE; in EFL_START_TEST()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Didrac_firmware.py198 EXIT_MESSAGE = "The catalog in the repository specified in the operation has the same firmware vers… variable
260 module.exit_json(msg=EXIT_MESSAGE)
354 module.exit_json(msg=EXIT_MESSAGE)
530 module.exit_json(msg=EXIT_MESSAGE)
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_text.cpp865 case ClusterInfo::EXIT_MESSAGE: in ShowText()
970 if(type != ClusterInfo::EXIT_MESSAGE) in EndText()
1000 if(clusterInfo.EnterTextType != ClusterInfo::EXIT_MESSAGE) in EnterText()
H A Dg_mapinfo.h232 EXIT_MESSAGE enumerator
H A Dg_mapinfo.cpp902 cluster->EnterTextType = ClusterInfo::EXIT_MESSAGE; in CheckKey()
904 cluster->ExitTextType = ClusterInfo::EXIT_MESSAGE; in CheckKey()