Lines Matching refs:match
55 #define match smat macro
66 #define match lmat macro
70 struct match { struct
93 static char *dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst); argument
94 static char *backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno l…
95 static char *fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst);
96 static char *slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst);
108 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
111 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
146 struct match mv; in matcher()
147 struct match *m = &mv; in matcher()
348 dissect(struct match *m, in dissect()
538 backref(struct match *m, in backref()
742 fast(struct match *m, in fast()
832 slow(struct match *m, in slow()
1048 print(struct match *m, in print()
1080 at(struct match *m, in at()
1130 #undef match