Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h164 LUA_API void (lua_pushstring) (lua_State *L, const char *s); variable
H A Dlapi.c454 LUA_API void lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h210 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c510 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function