Searched refs:word_char (Results 1 – 4 of 4) sorted by relevance
357 unsigned int word_char : 1; member406 re_const_bitset_ptr_t word_char; member697 bitset_t word_char; member
58 pstr->word_char = dfa->word_char; in re_string_allocate()792 pstr->tip_context = (bitset_contain (pstr->word_char, c) in re_string_reconstruct()960 if (bitset_contain (input->word_char, c)) in re_string_context_at()
3513 if (dfa->word_char[i] & mask) in build_trtable()3663 if (type == CHARACTER && !node->word_char) in group_nodes_into_DFAstates()3671 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j])); in group_nodes_into_DFAstates()3675 any_set |= (accepts[j] &= dfa->word_char[j]); in group_nodes_into_DFAstates()3682 if (type == CHARACTER && node->word_char) in group_nodes_into_DFAstates()3690 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j])); in group_nodes_into_DFAstates()3694 any_set |= (accepts[j] &= ~dfa->word_char[j]); in group_nodes_into_DFAstates()
953 dfa->word_char[i] |= (bitset_word_t) 1 << j; in init_word_char()1779 token->word_char = 0; in peek_token()1807 token->word_char = IS_WIDE_WORD_CHAR (wc) != 0; in peek_token()1811 token->word_char = IS_WORD_CHAR (c2) != 0; in peek_token()1920 token->word_char = IS_WIDE_WORD_CHAR (wc) != 0; in peek_token()1924 token->word_char = IS_WORD_CHAR (token->opr.c); in peek_token()