Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlinit.c57 {LUA_STRLIBNAME, luaopen_string},
H A Dlualib.h35 LUAMOD_API int (luaopen_string) (lua_State *L); variable
H A Dlstrlib.c1899 LUAMOD_API int luaopen_string (lua_State *L) { in luaopen_string() function
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp594 luaL_requiref(_pimpl->lua_state, LUA_STRLIBNAME, luaopen_string, 1); in open_string()
597 lua_pushcfunction(_pimpl->lua_state, luaopen_string); in open_string()
/netbsd-src/libexec/httpd/
H A Dlua-bozo.c218 lua_openlib(map->L, LUA_STRLIBNAME, luaopen_string); in bozo_add_lua_map()