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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c51 ** LUA_PATH_SEP is the character that separates templates in a path.
59 #if !defined (LUA_PATH_SEP)
60 #define LUA_PATH_SEP ";" macro
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 "\
[all...]

Completed in 54 milliseconds