Home | History | Annotate | Download | only in sed

Lines Matching refs:regex

148   "unterminated address regex\0"
175 #define UNTERM_S_CMD (UNTERM_ADDR_RE + sizeof(N_("unterminated address regex")))
537 static struct buffer *match_slash P_((int slash, int regex));
539 match_slash(slash, regex)
541 int regex;
569 else if (ch == 'n' && regex)
572 else if (ch != '\n' && (ch != slash || (!regex && ch == '&')))
575 else if (ch == OPEN_BRACKET && regex)