Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c104 if (lua_isnumber(L, arg+1)) { in db_getinfo()
328 if (lua_isnumber(L, arg+2)) { in db_errorfb()
H A Dlua_bit.c86 if (b == 0 && !lua_isnumber(L, idx)) { in barg()
H A Dlbaselib.c57 if (lua_isnumber(L, 1)) { in luaB_tonumber()
147 if (lua_isnumber(L, 1) && lua_tonumber(L, 1) == 0) { in luaB_setfenv()
H A Dloslib.c112 if (lua_isnumber(L, -1)) in getfield()
H A Dlauxlib.c178 if (d == 0 && !lua_isnumber(L, narg)) /* avoid extra test when d is not 0 */ in luaL_checknumber()
191 if (d == 0 && !lua_isnumber(L, narg)) /* avoid extra test when d is not 0 */ in luaL_checkinteger()
H A Dlua_struct.c337 if (n == 0 || !lua_isnumber(L, -1)) in b_unpack()
H A Dlua.h135 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
H A Dlapi.c260 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h161 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c264 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
1315 EXPORT_SYMBOL(lua_isnumber);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1370 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c801 } else if (!lua_isnumber(lua,-argc)) { in luaLogCommand()