OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pattern_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ed/
ed.h
69
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);
ed.h
69
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);
ed.h
69
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);
ed.h
69
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);
Completed in 165 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026