Home
last modified time | relevance | path

Searched defs:luaopen_utf8 (Results 1 – 2 of 2) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlualib.h35 LUAMOD_API int (luaopen_utf8) (lua_State *L); variable
H A Dlutf8lib.c254 LUAMOD_API int luaopen_utf8 (lua_State *L) { in luaopen_utf8() function