HomeSort by relevance Sort by last modified time
    Searched refs:LUA_CSUBSEP (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
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
439 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP);
452 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);
  /external/skia/third_party/lua/src/
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
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/
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
488 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP);
501 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);

Completed in 332 milliseconds