1  struct re_dfa_t {
       2    const int *sb_char;
       3  };
       4  struct re_dfa_t *xregcomp (void);
       5  struct re_dfa_t *rpl_regcomp (void);
       6  void rpl_regfree (struct re_dfa_t *);
       1  struct re_dfa_t {
       2    const int *sb_char;
       3  };
       4  struct re_dfa_t *xregcomp (void);
       5  struct re_dfa_t *rpl_regcomp (void);
       6  void rpl_regfree (struct re_dfa_t *);