Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dloadlib.c59 #if !defined (LUA_PATH_SEP)
60 #define LUA_PATH_SEP ";" macro
340 while (*path == *LUA_PATH_SEP) path++; /* skip separators */ in pushnexttemplate()
342 l = strchr(path, *LUA_PATH_SEP); /* find next separator */ in pushnexttemplate()
646 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP, in setpath()
647 LUA_PATH_SEP AUXMARK LUA_PATH_SEP); in setpath()
710 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()
/external/syslinux/com32/lua/src/
Dloadlib.c63 #if !defined (LUA_PATH_SEP)
64 #define LUA_PATH_SEP ";" macro
389 while (*path == *LUA_PATH_SEP) path++; /* skip separators */ in pushnexttemplate()
391 l = strchr(path, *LUA_PATH_SEP); /* find next separator */ in pushnexttemplate()
722 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP, in setpath()
723 LUA_PATH_SEP AUXMARK LUA_PATH_SEP); in setpath()
787 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()