Searched refs:bitset_contain (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/posix/ |
D | regex_internal.h | 728 bitset_contain (const bitset_t set, Idx i) in bitset_contain() function
|
D | regexec.c | 3421 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable() 3425 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable() 3511 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates() 3574 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates() 3949 if (!bitset_contain (node->opr.sbcset, ch)) in check_node_accept()
|
D | regex_internal.c | 796 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct() 959 if (bitset_contain (input->word_char, c)) in re_string_context_at()
|
/glibc-2.36/manual/ |
D | pattern.texi | 1225 @c bitset_contain ok 1306 @c bitset_contain dup ok 1351 @c bitset_contain dup ok 1367 @c bitset_contain dup ok
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.16 | 8149 * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain, 8162 (bitset_set, bitset_clear, bitset_contain, bitset_empty, 8167 (bitset_contain): Return bool, not unsigned int with one bit on. 8607 * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
|