Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h209 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
/freebsd/contrib/lua/src/
H A Dlua.h248 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
H A Dlapi.c538 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c511 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function