Home
last modified time | relevance | path

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

/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4834 _v = lua_isboolean(L,argv[1]); in _wrap_new_SBAttachInfo()
4848 _v = lua_isboolean(L,argv[1]); in _wrap_new_SBAttachInfo()
5137 _v = lua_isboolean(L,argv[1]); in _wrap_SBAttachInfo_SetWaitForLaunch()
5156 _v = lua_isboolean(L,argv[1]); in _wrap_SBAttachInfo_SetWaitForLaunch()
13399 _v = lua_isboolean(L,argv[1]); in _wrap_SBCommandReturnObject_GetOutput()
13475 _v = lua_isboolean(L,argv[1]); in _wrap_SBCommandReturnObject_GetError()
17413 _v = lua_isboolean(L,argv[0]); in _wrap_SBDebugger_Create()
17422 _v = lua_isboolean(L,argv[0]); in _wrap_SBDebugger_Create()
23245 _v = lua_isboolean(L,argv[1]); in _wrap_SBExpressionOptions_SetCoerceResultToId()
23367 _v = lua_isboolean(L,argv[1]); in _wrap_SBExpressionOptions_SetUnwindOnError()
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dloslib.c396 if (lua_isboolean(L, 1)) in os_exit()
H A Dlua.h376 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
/freebsd-13.1/contrib/lutok/
H A Dstate.cpp408 return lua_isboolean(_pimpl->lua_state, index); in is_boolean()
H A Dstate_test.cpp944 ATF_REQUIRE(lua_isboolean(raw(state), -1)); in ATF_TEST_CASE_BODY()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h335 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c1437 if (lua_isboolean (L, 3)) { in lua_ucl_to_format()