Home | History | Annotate | Download | only in lib

Lines Matching refs:word_char

3517 	      if (dfa->word_char[i] & mask)
3667 if (type == CHARACTER && !node->word_char)
3675 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
3679 any_set |= (accepts[j] &= dfa->word_char[j]);
3686 if (type == CHARACTER && node->word_char)
3694 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
3698 any_set |= (accepts[j] &= ~dfa->word_char[j]);