Home
last modified time | relevance | path

Searched refs:lua_isnumber (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/lutok/
H A Dstate_test.cpp205 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
243 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
275 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
300 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
622 ATF_REQUIRE(lua_isnumber(raw(state), -2)); in ATF_TEST_CASE_BODY()
624 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
630 ATF_REQUIRE(lua_isnumber(raw(state), -2)); in ATF_TEST_CASE_BODY()
632 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
905 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
926 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
[all …]
H A Dstate.cpp444 return lua_isnumber(_pimpl->lua_state, index); in is_number()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3108 if (lua_isnumber(L,-1)){\
4283 _v = lua_isnumber(L,argv[1]); in _wrap_new_SBAddress()
4293 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBAddress()
4987 _v = lua_isnumber(L,argv[1]); in _wrap_new_SBAddressRange()
5729 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBAttachInfo()
7523 _v = lua_isnumber(L,argv[5]); in _wrap_SBBlock_GetVariables()
12138 _v = lua_isnumber(L,argv[1]); in _wrap_SBBroadcaster_BroadcastEventByType()
12157 _v = lua_isnumber(L,argv[1]); in _wrap_SBBroadcaster_BroadcastEventByType()
12545 _v = lua_isnumber(L,argv[2]); in _wrap_SBBroadcaster_RemoveListener()
15738 _v = lua_isnumber(L,argv[2]); in _wrap_SBCommandReturnObject_PutCString()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h161 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
/freebsd/contrib/lua/src/
H A Dlua.h193 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
H A Dltests.c845 else if (lua_isnumber(L, 1)) { in mem_query()
1499 lua_pushboolean(L1, lua_isnumber(L1, getindex)); in runC()
H A Dlauxlib.c438 if (lua_isnumber(L, arg)) in interror()
H A Dlapi.c309 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig276 if (!lua_isnumber(L, -1)) {
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c266 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
1293 EXPORT_SYMBOL(lua_isnumber);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1375 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()