engine.c | 63 #define at sat macro 74 #define at lat macro 85 #define at mat macro 136 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst); 149 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) 153 #define AT(t, p1, p2, s1, s2) /* nothing */ 457 AT("diss", start, stop, startst, stopst); 668 AT("back", start, stop, startst, stopst); 778 AT("hard", sp, stop, ss, stopst) 1212 at( struct match *m, function in typeref:typename:void [all...] |