Home
last modified time | relevance | path

Searched defs:lua_pushnil (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/mit/lua/dist/src/
H A Dlua.h263 LUA_API void (lua_pushnil) (lua_State *L); variable
H A Dlapi.c505 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() function