Home
last modified time | relevance | path

Searched refs:bitset_contain (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dregex_internal.h801 bitset_contain (const bitset set, Idx i) in bitset_contain() function
H A Dregexec.c3484 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()
3488 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3581 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
3644 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
4025 if (!bitset_contain (node->opr.sbcset, ch)) in check_node_accept()
H A Dregex_internal.c694 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct()
862 if (bitset_contain (input->word_char, c)) in re_string_context_at()
/dragonfly/contrib/diffutils/lib/
H A Dregex_internal.h763 bitset_contain (const bitset_t set, Idx i) in bitset_contain() function
H A Dregexec.c3486 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()
3490 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3582 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
3645 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
4019 if (!bitset_contain (node->opr.sbcset, ch)) in check_node_accept()
H A Dregex_internal.c797 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct()
963 if (bitset_contain (input->word_char, c)) in re_string_context_at()
/dragonfly/contrib/grep/lib/
H A Dregex_internal.h746 bitset_contain (const bitset_t set, Idx i) in bitset_contain() function
H A Dregexec.c3457 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()
3461 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3553 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
3616 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
3991 if (!bitset_contain (node->opr.sbcset, ch)) in check_node_accept()
H A Dregex_internal.c795 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct()
958 if (bitset_contain (input->word_char, c)) in re_string_context_at()