Rxp_t
rxp__match(const char *s, int first, Rxp_t *j_succ, Rxp_t *j_fail,
static Rxp_t *rp;
Rxp_t *grp_end = NULL;
static Rxp_t *rp;
Rxp_t *grp_ptr;
static Rxp_t rxpbuf[RXP_LINE_SZ]; /* compiled regular expression buffer */
static int rxp__match(const char *, int, Rxp_t *, Rxp_t *, const char *);
static Rxp_t *rp;
Rxp_t *grp_ptr;
Rxp_t *alt_ptr;