Searched refs:LUA_PATH_SEP (Results 1 – 5 of 5) sorted by relevance
307 else if ((dftmark = strstr(path, LUA_PATH_SEP LUA_PATH_SEP)) == NULL) in setpath()315 luaL_addchar(&b, *LUA_PATH_SEP); in setpath()319 luaL_addchar(&b, *LUA_PATH_SEP); in setpath()453 *name = *LUA_PATH_SEP; /* restore separator */ in getnextfilename()456 sep = strchr(name, *LUA_PATH_SEP); /* find next separator */ in getnextfilename()475 luaL_addgsub(&b, path, LUA_PATH_SEP, "'\n\tno file '"); in pusherrornotfound()752 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()
184 #define LUA_PATH_SEP ";" macro
173 ** LUA_PATH_SEP is the character that separates templates in a path.179 #define LUA_PATH_SEP ";"
181 #define LUA_PATH_SEP ";" macro
174 #define LUA_PATH_SEP ";" macro