Home | History | Annotate | Download | only in regex

Lines Matching refs:AT

53 #define	at	sat
65 #define at lat
107 static void at(struct match *, char *, char *, char *, sopno, sopno);
115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
120 #define AT(t, p1, p2, s1, s2) /* nothing */
306 AT("diss", start, stop, startst, stopst);
490 AT("back", start, stop, startst, stopst);
571 AT("hard", sp, stop, ss, stopst);
671 - fast - step through the string at top speed
768 char *matchp; /* last p at which a match ended */
770 AT("slow", start, stop, startst, stopst);
976 - at - print current situation
979 at(struct match *m, char *title, char *start, char *stop, sopno startst,
1021 #undef at