reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos; 43 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos; 44 pos += strlen(".*")) { 45 Regexp.replace(pos, strlen("*"), ".*");