Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlua.h266 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlapi.c559 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function