Home
last modified time | relevance | path

Searched refs:pattern_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/ed/
H A Dre.c58 pattern_t *
61 static pattern_t *expr = NULL; in get_compiled_pattern()
78 else if ((expr = (pattern_t *) malloc(sizeof(pattern_t))) == NULL) { in get_compiled_pattern()
H A Ded.h69 typedef regex_t pattern_t; typedef
186 pattern_t *get_compiled_pattern(void);
192 long get_matching_node_addr(pattern_t *, int);
221 int search_and_replace(pattern_t *, int, int);
226 int substitute_matching_text(pattern_t *, line_t *, int, int);
H A Dsub.c123 search_and_replace(pattern_t *pat, int gflag, int kth) in search_and_replace()
177 substitute_matching_text(pattern_t *pat, line_t *lp, int gflag, int kth) in substitute_matching_text()
H A Dglbl.c50 pattern_t *pat; in build_active_list()
H A Dmain.c467 static pattern_t *pat = NULL; in exec_command()
471 pattern_t *tpat; in exec_command()
917 get_matching_node_addr(pattern_t *pat, int dir) in get_matching_node_addr()