Searched refs:checktab (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | ltablib.c | 33 #define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n)) 46 static void checktab (lua_State *L, int arg, int what) { in checktab() function 133 checktab(L, 1, TAB_R); in tmove() 134 checktab(L, tt, TAB_W); in tmove()
|