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

  /src/lib/libc/regex/
engine.c 57 #define matcher smatcher macro
68 #define matcher lmatcher macro
79 #define matcher mmatcher macro
113 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
195 - matcher - the actual matching engine
196 == static int matcher(struct re_guts *g, const char *string, \
200 matcher(struct re_guts *g, function in typeref:typename:int
258 /* Greedy matcher */
1261 #undef matcher
engine.c 57 #define matcher smatcher macro
68 #define matcher lmatcher macro
79 #define matcher mmatcher macro
113 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
195 - matcher - the actual matching engine
196 == static int matcher(struct re_guts *g, const char *string, \
200 matcher(struct re_guts *g, function in typeref:typename:int
258 /* Greedy matcher */
1261 #undef matcher

Completed in 26 milliseconds