Home
last modified time | relevance | path

Searched refs:luaopen_utf8 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlinit.c61 {LUA_UTF8LIBNAME, luaopen_utf8},
H A Dlualib.h38 LUAMOD_API int (luaopen_utf8) (lua_State *L); variable
H A Dlutf8lib.c289 LUAMOD_API int luaopen_utf8 (lua_State *L) { in luaopen_utf8() function