Searched defs:lua_pushnil (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lua/src/ | ||
H A D | lua.h | 233 LUA_API void (lua_pushnil) (lua_State *L); variable |
H A D | lapi.c | 473 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() function |