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