Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregexec.c3419 bitset_empty (acceptable); in build_trtable()
3571 bitset_empty (accepts); in group_nodes_into_DFAstates()
3621 bitset_empty (accepts); in group_nodes_into_DFAstates()
3629 bitset_empty (accepts); in group_nodes_into_DFAstates()
3638 bitset_empty (accepts); in group_nodes_into_DFAstates()
3657 bitset_empty (accepts); in group_nodes_into_DFAstates()
3731 bitset_empty (accepts); in group_nodes_into_DFAstates()
H A Dregex_internal.h153 #define bitset_empty(set) memset (set, '\0', sizeof (bitset_t)) macro