Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h106 #define bitset_contain(set,i) \ macro
A Dregexec.c3407 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()
3411 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3501 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
3564 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
3940 if (!bitset_contain (node->opr.sbcset, ch)) in check_node_accept()
A Dregex_internal.c702 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct()
866 if (bitset_contain (input->word_char, c)) in re_string_context_at()

Completed in 14 milliseconds