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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 51 ** LUA_PATH_SEP is the character that separates templates in a path.
59 #if !defined (LUA_PATH_SEP)
60 #define LUA_PATH_SEP ";"
340 while (*path == *LUA_PATH_SEP) path++; /* skip separators */
342 l = strchr(path, *LUA_PATH_SEP); /* find next separator */
646 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP,
647 LUA_PATH_SEP AUXMARK LUA_PATH_SEP);
710 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n"
    [all...]
  /external/skia/third_party/lua/src/
loadlib.c 51 ** LUA_PATH_SEP is the character that separates templates in a path.
59 #if !defined (LUA_PATH_SEP)
60 #define LUA_PATH_SEP ";"
340 while (*path == *LUA_PATH_SEP) path++; /* skip separators */
342 l = strchr(path, *LUA_PATH_SEP); /* find next separator */
646 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP,
647 LUA_PATH_SEP AUXMARK LUA_PATH_SEP);
710 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n
    [all...]
  /external/syslinux/com32/lua/src/
loadlib.c 55 ** LUA_PATH_SEP is the character that separates templates in a path.
63 #if !defined (LUA_PATH_SEP)
64 #define LUA_PATH_SEP ";"
389 while (*path == *LUA_PATH_SEP) path++; /* skip separators */
391 l = strchr(path, *LUA_PATH_SEP); /* find next separator */
722 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP,
723 LUA_PATH_SEP AUXMARK LUA_PATH_SEP);
787 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n
    [all...]

Completed in 600 milliseconds