Home
last modified time | relevance | path

Searched refs:lua_istable (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c38 if (level == 0 || !lua_istable(L, -1)) in findfield()
639 else if (!lua_istable(L, -1)) { /* field has a non-table value? */ in luaL_findtable()
670 if (!lua_istable(L, -1)) { /* not found? */ in luaL_pushmodule()
724 if (lua_istable(L, -1)) return 1; /* table already there */ in luaL_getsubtable()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c438 if (!lua_istable(L, -1)) in loader_preload()
464 if (!lua_istable(L, -1)) in ll_require()
549 if (!lua_istable(L, -1)) { /* not found? */ in ll_module()
H A Dlauxlib.c249 if (!lua_istable(L, -1)) { /* not found? */ in luaI_openlib()
373 else if (!lua_istable(L, -1)) { /* field has a non-table value? */ in luaL_findtable()
H A Dlua.c80 if (!lua_istable(L, -1)) { in traceback()
H A Dlua.h265 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
H A Dldblib.c248 if (!lua_istable(L, -1)) { in gethooktable()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h332 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1438 if (lua_gettop(state) == 1 && lua_istable(state, 1)) { in zcp_parse_args()