bitset_contain    776 lib/regex_internal.c 	      pstr->tip_context = (bitset_contain (pstr->word_char, c)
bitset_contain    925 lib/regex_internal.c       if (bitset_contain (input->word_char, c))
bitset_contain   3395 lib/regexec.c    if (bitset_contain (acceptable, NEWLINE_CHAR))
bitset_contain   3399 lib/regexec.c  	if (bitset_contain (dests_ch[j], NEWLINE_CHAR))
bitset_contain   3481 lib/regexec.c  	      bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR);
bitset_contain   3540 lib/regexec.c  	  if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c))
bitset_contain   3913 lib/regexec.c        if (!bitset_contain (node->opr.sbcset, ch))