Home
last modified time | relevance | path

Searched refs:substitute_matching_text (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/ed/
H A Dsub.c137 if ((len = substitute_matching_text(pat, lp, gflag, kth)) < 0) in search_and_replace()
177 substitute_matching_text(pattern_t *pat, line_t *lp, int gflag, int kth) in substitute_matching_text() function
H A Ded.h226 int substitute_matching_text(pattern_t *, line_t *, int, int);