Home | History | Annotate | Download | only in regex

Lines Matching defs:AT

63 #define	at	sat
74 #define at lat
85 #define at mat
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);
890 const char *matchp; /* last p at which a match ended */
898 AT("walk", start, stop, startst, stopst);
1205 - at - print current situation
1207 == static void at(struct match *m, const char *title, const char *start, \
1212 at( struct match *m,
1267 #undef at