Searched refs:ttistable (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlvm.h59 (!ttistable(t) \
81 (!ttistable(t) \
H A Dltm.c92 if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
H A Dlapi.c651 api_check(L, ttistable(t), "table expected");
662 api_check(L, ttistable(t), "table expected");
675 api_check(L, ttistable(t), "table expected");
807 api_check(L, ttistable(o), "table expected");
822 api_check(L, ttistable(o), "table expected");
836 api_check(L, ttistable(o), "table expected");
855 api_check(L, ttistable(L->top - 1), "table expected");
1128 api_check(L, ttistable(t), "table expected");
H A Dlobject.h151 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
175 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
H A Dlvm.c166 lua_assert(!ttistable(t));
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c642 api_check(L, ttistable(t), "table expected");
652 api_check(L, ttistable(t), "table expected");
664 api_check(L, ttistable(t), "table expected");
774 api_check(L, ttistable(t), "table expected");
788 api_check(L, ttistable(t), "table expected");
802 api_check(L, ttistable(t), "table expected");
820 api_check(L, ttistable(L->top - 1), "table expected");
860 api_check(L, ttistable(L->top - 1), "table expected");
1118 api_check(L, ttistable(t), "table expected");
H A Dlobject.h139 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
163 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
H A Dlvm.c114 if (ttistable(t)) { /* `t' is a table? */
140 if (ttistable(t)) { /* `t' is a table? */
884 luai_runtimecheck(L, ttistable(ra));

Completed in 102 milliseconds