Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dloadlib.c29 #define LUA_OFSEP "_" macro
395 funcname = luaL_gsub(L, modname, ".", LUA_OFSEP); in mkfuncname()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dloadlib.c92 #define LUA_OFSEP "_" macro
422 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dloadlib.c55 #define LUA_OFSEP "_" macro
515 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()