Searched refs:LUA_PATHSEP (Results 1 – 2 of 2) sorted by relevance
342 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()
132 #define LUA_PATHSEP ";" macro