Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c342 while (*path == *LUA_PATHSEP) path++; /* skip separators */ in pushnexttemplate()
344 l = strchr(path, *LUA_PATHSEP); /* find next separator */ in pushnexttemplate()
599 path = luaL_gsub(L, path, LUA_PATHSEP LUA_PATHSEP, in setpath()
600 LUA_PATHSEP AUXMARK LUA_PATHSEP); in setpath()
652 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATHSEP "\n" LUA_PATH_MARK "\n" in luaopen_package()
H A Dluaconf.h132 #define LUA_PATHSEP ";" macro