Searched refs:LUA_CSUBSEP (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dloadlib.c37 ** LUA_CSUBSEP is the character that replaces dots in submodule names
42 #if !defined(LUA_CSUBSEP)
43 #define LUA_CSUBSEP LUA_DIRSEP macro
532 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP);
545 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);

Completed in 56 milliseconds