Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlua.h237 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
H A Dlapi.c514 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function