ed.h | 69 typedef regex_t pattern_t; typedef in typeref:typename:regex_t 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);
|