Lines Matching defs:Rxp_t
80 typedef short Rxp_t; /* type for regexp tokens */
82 static Rxp_t rxpbuf[RXP_LINE_SZ]; /* compiled regular expression buffer */
87 static int rxp__match(const char *, int, Rxp_t *, Rxp_t *, const char *);
98 static Rxp_t *rp;
100 Rxp_t *grp_ptr;
101 Rxp_t *alt_ptr;
200 Rxp_t *j_succ, /* jump here on successful alt match */
201 Rxp_t *j_fail, /* jump here on failed match */
204 static Rxp_t *rp;
207 Rxp_t *grp_end = NULL;
269 static Rxp_t *rp;
271 Rxp_t *grp_ptr;