Home
last modified time | relevance | path

Searched refs:word_char (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h357 unsigned int word_char : 1; member
406 re_const_bitset_ptr_t word_char; member
697 bitset_t word_char; member
Dregex_internal.c58 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()
Dregexec.c3513 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()
Dregcomp.c953 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()