Home
last modified time | relevance | path

Searched defs:re_dfa_t (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dregex_internal.h709 struct re_dfa_t struct
711 re_token_t *nodes;
712 Idx nodes_alloc;
713 Idx nodes_len;
714 Idx *nexts;
715 Idx *org_indices;
731 Idx init_node;
746 int mb_cur_max;
747 bitset word_char;
749 Idx *subexp_map;
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dregex_internal.h673 struct re_dfa_t struct
675 re_token_t *nodes;
676 size_t nodes_alloc;
677 size_t nodes_len;
678 Idx *nexts;
679 Idx *org_indices;
695 Idx init_node;
710 int mb_cur_max;
711 bitset_t word_char;
713 Idx *subexp_map;
[all …]
/dragonfly/contrib/grep/lib/
H A Dregex_internal.h656 struct re_dfa_t struct
658 re_token_t *nodes;
659 size_t nodes_alloc;
660 size_t nodes_len;
661 Idx *nexts;
662 Idx *org_indices;
678 Idx init_node;
693 int mb_cur_max;
694 bitset_t word_char;
696 Idx *subexp_map;
[all …]