Searched refs:lua_istable (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.c | 39 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 D | lua.h | 331 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lfs.c | 316 if (!lua_istable(L, 2)) in lua_attributes()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.c | 47 if (level == 0 || !lua_istable(L, -1)) in findfield() 870 else if (!lua_istable(L, -1)) { /* field has a non-table value? */ in luaL_findtable()
|
| H A D | lua.h | 353 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp.c | 1415 if (lua_gettop(state) == 1 && lua_istable(state, 1)) { in zcp_parse_args()
|