Home
last modified time | relevance | path

Searched refs:luaopen_string (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlinit.c23 {LUA_STRLIBNAME, luaopen_string},
H A Dlualib.h31 LUALIB_API int (luaopen_string) (lua_State *L); variable
H A Dlstrlib.c862 LUALIB_API int luaopen_string (lua_State *L) { in luaopen_string() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlualib.h31 LUAMOD_API int (luaopen_string) (lua_State *L); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c1029 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string() function
1037 EXPORT_SYMBOL(luaopen_string);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1072 VERIFY3U(1, ==, luaopen_string(state)); in zcp_eval()
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c846 luaLoadLib(lua, LUA_STRLIBNAME, luaopen_string); in luaLoadLibraries()