Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
H A Dregex_internal.h647 struct re_backref_cache_entry struct
649 Idx node;
650 Idx str_idx;
651 Idx subexp_from;
652 Idx subexp_to;
653 char more;
654 char unused;
678 struct re_backref_cache_entry *bkref_ents; argument
/dragonfly/contrib/diffutils/lib/
H A Dregex_internal.h611 struct re_backref_cache_entry struct
613 Idx node;
614 Idx str_idx;
615 Idx subexp_from;
616 Idx subexp_to;
617 char more;
618 char unused;
642 struct re_backref_cache_entry *bkref_ents; argument
/dragonfly/contrib/grep/lib/
H A Dregex_internal.h598 struct re_backref_cache_entry struct
600 Idx node;
601 Idx str_idx;
625 struct re_backref_cache_entry *bkref_ents; argument