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

  /src/bin/ed/
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);
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);

Completed in 51 milliseconds