Searched refs:lua_istable (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 38 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 D | loadlib.c | 438 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 D | lauxlib.c | 249 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 D | lua.c | 80 if (!lua_istable(L, -1)) { in traceback()
|
| H A D | lua.h | 265 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
|
| H A D | ldblib.c | 248 if (!lua_istable(L, -1)) { in gethooktable()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 332 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 1438 if (lua_gettop(state) == 1 && lua_istable(state, 1)) { in zcp_parse_args()
|