Lines Matching defs:tnfa
314 struct tnfa { struct
315 tre_tnfa_transition_t *transitions; argument
316 tre_tnfa_transition_t *initial; argument
317 tre_tnfa_transition_t *final; argument
318 tre_submatch_data_t *submatch_data;
319 tre_tag_direction_t *tag_directions;
320 int *minimal_tags;
321 tre_last_matched_branch_t *last_matched_branch;
322 locale_t loc;
323 unsigned int num_transitions;
347 const tre_tnfa_t *tnfa, const tre_tag_t *tags, int match_eo); argument