Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c39 if (level == 0 || !lua_istable(L, -1)) in findfield()
640 else if (!lua_istable(L, -1)) { /* field has a non-table value? */ in luaL_findtable()
671 if (!lua_istable(L, -1)) { /* not found? */ in luaL_pushmodule()
725 if (lua_istable(L, -1)) return 1; /* table already there */ in luaL_getsubtable()
H A Dlua.h331 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c1419 if (lua_gettop(state) == 1 && lua_istable(state, 1)) { in zcp_parse_args()