Lines Matching full:sb_char
3620 bitset_merge (accepts, dfa->sb_char);3675 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));3694 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));