Home
last modified time | relevance | path

Searched refs:intersec (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dregexec.c3610 bitset_t intersec; /* Intersection sets, see below. */ in group_nodes_into_DFAstates() local
3622 has_intersec |= intersec[k] = accepts[k] & dests_ch[j][k]; in group_nodes_into_DFAstates()
3640 bitset_copy (dests_ch[j], intersec); in group_nodes_into_DFAstates()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregexec.c3638 bitset intersec; /* Intersection sets, see below. */ in group_nodes_into_DFAstates() local
3650 has_intersec |= intersec[k] = accepts[k] & dests_ch[j][k]; in group_nodes_into_DFAstates()
3668 bitset_copy (dests_ch[j], intersec); in group_nodes_into_DFAstates()