26 #include <yaz/yconfig.h>
63 const char **(*cmap)(
void *vp,
const char **from,
int len));
97 #define DFA_ERR_SYNTAX 1
void dfa_parse_cmap_add(struct DFA *d, int from, int to)
void dfa_parse_cmap_del(struct DFA *d, int from)
void dfa_anyset_includes_nl(struct DFA *dfa)
unsigned short dfa_thompson_chars[]
unsigned short dfa_ccl_chars[]
void dfa_parse_cmap_new(struct DFA *d, const int *cmap)
int dfa_parse(struct DFA *, const char **)
void dfa_mkstate(struct DFA *)
void dfa_parse_cmap_clean(struct DFA *d)
void dfa_delete(struct DFA **)
void dfa_set_cmap(struct DFA *dfa, void *vp, const char **(*cmap)(void *vp, const char **from, int len))
struct DFA * dfa_init(void)
int dfa_get_last_rule(struct DFA *)
struct DFA_tran * tran_block
struct DFA_states * state_info
struct DFA_state ** states
struct DFA_parse * parse_info