Searched refs:word_char (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dregex_internal.h382 unsigned int word_char : 1; member in struct:__anon10376
430 /* Copy of re_dfa_t's word_char. */
431 re_const_bitset_ptr_t word_char; member in struct:re_string_t
733 bitset_t word_char; member in struct:re_dfa_t
H A Dregcomp.c978 dfa->word_char[0] = bits1 << 31 << 1 | bits0;
979 dfa->word_char[1] = bits3 << 31 << 1 | bits2;
984 dfa->word_char[0] = bits0;
985 dfa->word_char[1] = bits1;
986 dfa->word_char[2] = bits2;
987 dfa->word_char[3] = bits3;
996 memset (&dfa->word_char[i], '\0', (SBC_MAX - ch) / 8);
1005 dfa->word_char[i] |= (bitset_word_t) 1 << j;
1837 token->word_char = 0;
1865 token->word_char
[all...]
H A Dregex_internal.c56 pstr->word_char = dfa->word_char;
790 pstr->tip_context = (bitset_contain (pstr->word_char, c)
958 if (bitset_contain (input->word_char, c))
H A Dregexec.c3519 if (dfa->word_char[i] & mask)
3669 if (type == CHARACTER && !node->word_char)
3677 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
3681 any_set |= (accepts[j] &= dfa->word_char[j]);
3688 if (type == CHARACTER && node->word_char)
3696 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
3700 any_set |= (accepts[j] &= ~dfa->word_char[j]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dregex_internal.h382 unsigned int word_char : 1; member in struct:__anon284
430 /* Copy of re_dfa_t's word_char. */
431 re_const_bitset_ptr_t word_char; member in struct:re_string_t
733 bitset_t word_char; member in struct:re_dfa_t
H A Dregcomp.c978 dfa->word_char[0] = bits1 << 31 << 1 | bits0;
979 dfa->word_char[1] = bits3 << 31 << 1 | bits2;
984 dfa->word_char[0] = bits0;
985 dfa->word_char[1] = bits1;
986 dfa->word_char[2] = bits2;
987 dfa->word_char[3] = bits3;
996 memset (&dfa->word_char[i], '\0', (SBC_MAX - ch) / 8);
1005 dfa->word_char[i] |= (bitset_word_t) 1 << j;
1837 token->word_char = 0;
1865 token->word_char
[all...]
H A Dregex_internal.c56 pstr->word_char = dfa->word_char;
790 pstr->tip_context = (bitset_contain (pstr->word_char, c)
958 if (bitset_contain (input->word_char, c))
H A Dregexec.c3519 if (dfa->word_char[i] & mask)
3669 if (type == CHARACTER && !node->word_char)
3677 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
3681 any_set |= (accepts[j] &= dfa->word_char[j]);
3688 if (type == CHARACTER && node->word_char)
3696 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
3700 any_set |= (accepts[j] &= ~dfa->word_char[j]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dregex_internal.h382 unsigned int word_char : 1; member in struct:__anon44401
430 /* Copy of re_dfa_t's word_char. */
431 re_const_bitset_ptr_t word_char; member in struct:re_string_t
733 bitset_t word_char; member in struct:re_dfa_t
H A Dregcomp.c978 dfa->word_char[0] = bits1 << 31 << 1 | bits0;
979 dfa->word_char[1] = bits3 << 31 << 1 | bits2;
984 dfa->word_char[0] = bits0;
985 dfa->word_char[1] = bits1;
986 dfa->word_char[2] = bits2;
987 dfa->word_char[3] = bits3;
996 memset (&dfa->word_char[i], '\0', (SBC_MAX - ch) / 8);
1005 dfa->word_char[i] |= (bitset_word_t) 1 << j;
1837 token->word_char = 0;
1865 token->word_char
[all...]
H A Dregex_internal.c56 pstr->word_char = dfa->word_char;
790 pstr->tip_context = (bitset_contain (pstr->word_char, c)
958 if (bitset_contain (input->word_char, c))
H A Dregexec.c3519 if (dfa->word_char[i] & mask)
3669 if (type == CHARACTER && !node->word_char)
3677 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
3681 any_set |= (accepts[j] &= dfa->word_char[j]);
3688 if (type == CHARACTER && node->word_char)
3696 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
3700 any_set |= (accepts[j] &= ~dfa->word_char[j]);

Completed in 178 milliseconds