Searched refs:lua_isnumber (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/lutok/ |
H A D | state_test.cpp | 205 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 D | state.cpp | 444 return lua_isnumber(_pimpl->lua_state, index); in is_number()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3108 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 D | lua.h | 161 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
/freebsd/contrib/lua/src/ |
H A D | lua.h | 193 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
H A D | ltests.c | 845 else if (lua_isnumber(L, 1)) { in mem_query() 1499 lua_pushboolean(L1, lua_isnumber(L1, getindex)); in runC()
|
H A D | lauxlib.c | 438 if (lua_isnumber(L, arg)) in interror()
|
H A D | lapi.c | 309 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 276 if (!lua_isnumber(L, -1)) {
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lapi.c | 266 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 D | zcp.c | 1375 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()
|