Lines Matching defs:subst
747 "command regex <cmd-name> [s/<regex>/<subst>/ ...]"),
758 s/<regex>/<subst>/
792 "the form: 's/<regex>/<subst>/'.\nTerminate the "
898 // have "s/<regex>/<subst>/" or "s|<regex>|<subst>|"
941 "<regex> can't be empty in 's%c<regex>%c<subst>%c' string: '%.*s'",
947 "<subst> can't be empty in 's%c<regex>%c<subst>%c' string: '%.*s'",
957 std::string subst(std::string(regex_sed.substr(
960 m_regex_cmd_up->AddRegexCommand(regex, subst);