HomeSort by: relevance | last modified time | path
    Searched refs:substitute_matching_text (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ed/
sub.c 117 char *rbuf; /* substitute_matching_text buffer */
118 int rbufsz; /* substitute_matching_text buffer size */
137 if ((len = substitute_matching_text(pat, lp, gflag, kth)) < 0)
174 /* substitute_matching_text: replace text matched by a pattern according to
177 substitute_matching_text(pattern_t *pat, line_t *lp, int gflag, int kth) function in typeref:typename:int
ed.h 226 int substitute_matching_text(pattern_t *, line_t *, int, int);

Completed in 49 milliseconds