Searched refs:LUA_TNONE (Results 1 – 6 of 6) sorted by relevance
81 #define LUA_TNONE (-1) macro342 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)
352 if (lua_type(L, narg) == LUA_TNONE) in luaL_checkany()
251 return (isvalid(o) ? ttypenv(o) : LUA_TNONE); in lua_type()
76 #define LUA_TNONE (-1) macro337 #define lua_isnone(L,n) (lua_type(L, (n)) == LUA_TNONE)