Lines Matching refs:match
53 #define match smat macro
64 #define match lmat macro
68 struct match { struct
91 static char *dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst); argument
92 static char *backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno l…
93 static char *fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst);
94 static char *slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst);
106 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
109 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
144 struct match mv; in matcher()
145 struct match *m = &mv; in matcher()
346 dissect(struct match *m, in dissect()
536 backref(struct match *m, in backref()
740 fast(struct match *m, in fast()
830 slow(struct match *m, in slow()
1046 print(struct match *m, in print()
1078 at(struct match *m, in at()
1128 #undef match