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

/external/skia/third_party/lua/src/
H A Dloadlib.c76 ** LUA_LSUBSEP is the character that replaces dots in submodule names
83 #if !defined(LUA_LSUBSEP)
84 #define LUA_LSUBSEP LUA_DIRSEP macro
413 filename = findfile(L, name, "path", LUA_LSUBSEP);
/external/syslinux/com32/lua/src/
H A Dloadlib.c80 ** LUA_LSUBSEP is the character that replaces dots in submodule names
87 #if !defined(LUA_LSUBSEP)
88 #define LUA_LSUBSEP LUA_DIRSEP macro
462 filename = findfile(L, name, "path", LUA_LSUBSEP);

Completed in 66 milliseconds