HomeSort by relevance Sort by last modified time
    Searched refs:ttistable (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 643 api_check(L, ttistable(t), "table expected");
653 api_check(L, ttistable(t), "table expected");
665 api_check(L, ttistable(t), "table expected");
775 api_check(L, ttistable(t), "table expected");
789 api_check(L, ttistable(t), "table expected");
803 api_check(L, ttistable(t), "table expected");
821 api_check(L, ttistable(L->top - 1), "table expected");
861 api_check(L, ttistable(L->top - 1), "table expected");
1122 api_check(L, ttistable(t), "table expected");
lobject.h 140 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
164 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
lvm.c 114 if (ttistable(t)) { /* `t' is a table? */
140 if (ttistable(t)) { /* `t' is a table? */
821 luai_runtimecheck(L, ttistable(ra));
  /external/syslinux/com32/lua/src/
lapi.c 643 api_check(L, ttistable(t), "table expected");
653 api_check(L, ttistable(t), "table expected");
665 api_check(L, ttistable(t), "table expected");
775 api_check(L, ttistable(t), "table expected");
789 api_check(L, ttistable(t), "table expected");
803 api_check(L, ttistable(t), "table expected");
821 api_check(L, ttistable(L->top - 1), "table expected");
861 api_check(L, ttistable(L->top - 1), "table expected");
1119 api_check(L, ttistable(t), "table expected");
lobject.h 140 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
164 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
lvm.c 137 if (ttistable(t)) { /* `t' is a table? */
163 if (ttistable(t)) { /* `t' is a table? */
844 luai_runtimecheck(L, ttistable(ra));

Completed in 66 milliseconds