bitset_contain 795 lib/regex_internal.c pstr->tip_context = (bitset_contain (pstr->word_char, c) bitset_contain 963 lib/regex_internal.c if (bitset_contain (input->word_char, c)) bitset_contain 3563 lib/regexec.c if (bitset_contain (acceptable, NEWLINE_CHAR)) bitset_contain 3567 lib/regexec.c if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) bitset_contain 3660 lib/regexec.c bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); bitset_contain 3723 lib/regexec.c if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) bitset_contain 4110 lib/regexec.c if (!bitset_contain (node->opr.sbcset, ch))