Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlua.h242 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
H A Dlapi.c581 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function