Lines Matching refs:ch

292 re_set_fastmap (char *fastmap, int icase, int ch)
294 fastmap[ch] = 1;
296 fastmap[tolower (ch)] = 1;
341 int i, ch;
342 for (i = 0, ch = 0; i < BITSET_WORDS; ++i)
346 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch)
348 re_set_fastmap (fastmap, icase, ch);
898 int i, j, ch;
905 for (i = 0, ch = 0; i < BITSET_WORDS; ++i)
906 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch)
908 wint_t wch = __btowc (ch);
912 if (isascii (ch) && wch != ch)
935 int ch = 0;
958 ch = 128;
962 memset (&dfa->word_char[i], '\0', (SBC_MAX - ch) / 8);
968 for (int j = 0; j < BITSET_WORD_BITS; ++j, ++ch)
969 if (isalnum (ch) || ch == '_')
2662 start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch
2665 end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch
2725 unsigned int ch;
2726 start_ch = ((start_elem->type == SB_CHAR ) ? start_elem->opr.ch
2729 end_ch = ((end_elem->type == SB_CHAR ) ? end_elem->opr.ch
2735 for (ch = 0; ch < SBC_MAX; ++ch)
2736 if (start_ch <= ch && ch <= end_ch)
2737 bitset_set (sbcset, ch);
2827 return collseqmb[br_elem->opr.ch];
2830 wint_t wc = __btowc (br_elem->opr.ch);
2890 unsigned int ch;
2943 for (ch = 0; ch < SBC_MAX; ch++)
2950 ch_collseq = collseqmb[ch];
2952 ch_collseq = __collseq_table_lookup (collseqwc, __btowc (ch));
2954 bitset_set (sbcset, ch);
3180 bitset_set (sbcset, start_elem.opr.ch);
3350 elem->opr.ch = token->opr.c;
3362 unsigned char ch, delim = token->opr.c;
3371 ch = re_string_fetch_byte_case (regexp);
3373 ch = re_string_fetch_byte (regexp);
3376 if (ch == delim && re_string_peek_byte (regexp, 0) == ']')
3378 elem->opr.name[i] = ch;
3421 unsigned int ch;
3441 for (ch = 0; ch < SBC_MAX; ++ch)
3443 char_buf[0] = ch;
3447 idx2 = table[ch];
3464 bitset_set (sbcset, ch);