Searched refs:LUA_CSUBSEP (Results 1 - 2 of 2) sorted by relevance
/external/skia/third_party/lua/src/ |
H A D | loadlib.c | 74 ** LUA_CSUBSEP is the character that replaces dots in submodule names 79 #if !defined(LUA_CSUBSEP) 80 #define LUA_CSUBSEP LUA_DIRSEP macro 439 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP); 452 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);
|
/external/syslinux/com32/lua/src/ |
H A D | loadlib.c | 78 ** LUA_CSUBSEP is the character that replaces dots in submodule names 83 #if !defined(LUA_CSUBSEP) 84 #define LUA_CSUBSEP LUA_DIRSEP macro 488 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP); 501 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);
|
Completed in 170 milliseconds