Searched refs:LUA_PATH_SEP (Results 1 – 2 of 2) sorted by relevance
301 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP, in setpath()302 LUA_PATH_SEP AUXMARK LUA_PATH_SEP); in setpath()426 while (*path == *LUA_PATH_SEP) path++; /* skip separators */ in pushnexttemplate()428 l = strchr(path, *LUA_PATH_SEP); /* find next separator */ in pushnexttemplate()775 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()
168 #define LUA_PATH_SEP ";" macro