Home
last modified time | relevance | path

Searched refs:checktab (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c33 #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
119 checktab(L, 1, TAB_R); in tmove()
120 checktab(L, tt, TAB_W); in tmove()

Completed in 3 milliseconds