ttistable 214 lib/lua/lapi.c api_check(L, ttistable(L->top - 1)); ttistable 561 lib/lua/lapi.c api_check(L, ttistable(t)); ttistable 571 lib/lua/lapi.c api_check(L, ttistable(o)); ttistable 676 lib/lua/lapi.c api_check(L, ttistable(t)); ttistable 689 lib/lua/lapi.c api_check(L, ttistable(o)); ttistable 707 lib/lua/lapi.c api_check(L, ttistable(L->top - 1)); ttistable 741 lib/lua/lapi.c api_check(L, ttistable(L->top - 1)); ttistable 978 lib/lua/lapi.c api_check(L, ttistable(t)); ttistable 99 lib/lua/lobject.h #define hvalue(o) check_exp(ttistable(o), &(o)->value.gc->h) ttistable 128 lib/lua/lvm.c if (ttistable(t)) { /* `t' is a table? */ ttistable 155 lib/lua/lvm.c if (ttistable(t)) { /* `t' is a table? */ ttistable 723 lib/lua/lvm.c runtime_check(L, ttistable(ra));