Searched refs:luaopen_string (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | linit.c | 49 {LUA_STRLIBNAME, luaopen_string},
|
H A D | lualib.h | 33 LUAMOD_API int (luaopen_string) (lua_State *L); variable
|
H A D | lstrlib.c | 1889 LUAMOD_API int luaopen_string (lua_State *L) { function
|
H A D | ltests.c | 1179 {"string", luaopen_string}, in loadlib()
|
/freebsd/libexec/flua/ |
H A D | linit_flua.c | 51 {LUA_STRLIBNAME, luaopen_string},
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lualib.h | 31 LUAMOD_API int (luaopen_string) (lua_State *L); variable
|
/freebsd/stand/common/ |
H A D | interp_lua.c | 85 {LUA_STRLIBNAME, luaopen_string},
|
/freebsd/contrib/lutok/ |
H A D | state.cpp | 606 luaL_requiref(_pimpl->lua_state, LUA_STRLIBNAME, luaopen_string, 1); in open_string() 609 lua_pushcfunction(_pimpl->lua_state, luaopen_string); in open_string()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstrlib.c | 1029 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string() function 1037 EXPORT_SYMBOL(luaopen_string);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 1073 VERIFY3U(1, ==, luaopen_string(state)); in zcp_eval()
|