Lines Matching refs:charset

488   charset,
490 /* Same parameters as charset, but match any character that is
882 case charset:
888 printf ("/charset [%s",
927 printf ("/charset [%s",
2656 /* We assume a charset(_not) structure as a wchar_t array.
2657 charset[0] = (re_opcode_t) charset(_not)
2658 charset[1] = l (= length of char_classes)
2659 charset[2] = m (= length of collating_symbols)
2660 charset[3] = n (= length of equivalence_classes)
2661 charset[4] = o (= length of char_ranges)
2662 charset[5] = p (= length of chars)
2664 charset[6] = char_class (wctype_t)
2665 charset[6+CHAR_CLASS_SIZE] = char_class (wctype_t)
2667 charset[l+5] = char_class (wctype_t)
2669 charset[l+6] = collating_symbol (wchar_t)
2671 charset[l+m+5] = collating_symbol (wchar_t)
2676 charset[l+m+6] = equivalence_classes (wchar_t)
2678 charset[l+m+n+5] = equivalence_classes (wchar_t)
2683 charset[l+m+n+6] = range_start
2684 charset[l+m+n+7] = range_end
2686 charset[l+m+n+2o+4] = range_start
2687 charset[l+m+n+2o+5] = range_end
2692 charset[l+m+n+2o+6] = char
2694 charset[l+m+n+2o+p+5] = char
2705 to the first element of the charset here.
2706 In other words, laststart[i] indicates charset[i]. */
2711 BUF_PUSH (*p == '^' ? charset_not : charset);
3118 /* Ensure that we have enough space to push a charset: the
3126 BUF_PUSH (*p == '^' ? charset_not : charset);
4657 case charset:
4664 case charset:
6180 case charset:
6196 DEBUG_PRINT2 ("EXECUTING charset%s.\n", negate ? "_not" : "");
6209 /* p points charset[6], so the address of the next instruction
6210 (charset[l+m+n+2o+k+p']) equals p[l+m+n+2*o+p'],
7063 else if ((re_opcode_t) p1[3] == charset
7083 else if ((re_opcode_t) *p2 == charset)
7086 of the charset. */
7100 lists every character listed in the charset after. */
7113 else if ((re_opcode_t) p1[3] == charset)
7116 /* We win if the charset inside the loop