Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlinit.c49 {LUA_STRLIBNAME, luaopen_string},
H A Dlualib.h33 LUAMOD_API int (luaopen_string) (lua_State *L); variable
H A Dlstrlib.c1600 LUAMOD_API int luaopen_string (lua_State *L) { function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlualib.h30 LUAMOD_API int (luaopen_string) (lua_State *L); variable
H A Dlstrlib.c1045 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string() function
/freebsd-12.1/stand/common/
H A Dinterp_lua.c86 {LUA_STRLIBNAME, luaopen_string},
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1066 VERIFY3U(1, ==, luaopen_string(state)); in zcp_eval()