Searched refs:charclass (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | reg_fold.t | 67 foreach my $charclass (0, 1) { # Put rhs in [...], or not 73 $rhs = "[$rhs]" if $charclass; 83 $rhs .= '[:' if $charclass; 85 $rhs .= ']' if $charclass; 101 if (! $swap && $charclass && @folded > 1)
|
/openbsd/lib/libc/locale/ |
H A D | iswctype.c | 178 wctrans(const char *charclass) in wctrans() argument 187 if (!strcmp(rl->rl_wctrans[i].te_name, charclass)) in wctrans() 205 iswctype(wint_t c, wctype_t charclass) in iswctype() argument 211 if (charclass == (wctype_t)0) { in iswctype() 215 return (__isctype_w(c, ((_WCTypeEntry *)charclass)->te_mask)); in iswctype()
|
H A D | iswctype_l.c | 168 wctrans_l(const char *charclass, locale_t locale) in wctrans_l() argument 178 if (strcmp(rl->rl_wctrans[i].te_name, charclass) == 0) in wctrans_l() 198 iswctype_l(wint_t c, wctype_t charclass, locale_t locale) in iswctype_l() argument 200 if (charclass == (wctype_t)0) in iswctype_l() 203 return __isctype_wl(c, ((_WCTypeEntry *)charclass)->te_mask, locale); in iswctype_l()
|
/openbsd/regress/bin/ksh/ |
H A D | glob.t | 100 name: glob-charclass-1 116 name: glob-charclass-2
|
/openbsd/regress/lib/libc/locale/uselocale/ |
H A D | uselocale.c | 132 #define FUNCPARA wint_t wc, wctype_t charclass 133 #define FUNCARGS wc, charclass 136 #define FUNCPARA wint_t wc, wctype_t charclass, locale_t locale 137 #define FUNCARGS wc, charclass, locale
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp.sym | 86 ANYOF ANYOF, sv charclass S ; Match character in (or not in) this class, single char … 87 ANYOFD ANYOF, sv charclass S ; Like ANYOF, but /d is in effect 88 ANYOFL ANYOF, sv charclass S ; Like ANYOF, but /l is in effect 187 #*New charclass like patterns 193 #* have inline charclass data (ascii only), the 'C' store it in the 198 TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data 202 AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded charclass data
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5263delta.pod | 101 …ested extended charclass in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>|perldiag/"Expecting c… 112 …extended charclass in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>|perldiag/"Expecting close p…
|
H A D | perldebguts.pod | 606 charclass single char match only 608 charclass 610 charclass 718 # New charclass like patterns 724 # have inline charclass data (ascii only), the 'C' store it in the 729 TRIEC trie Same as TRIE, but with embedded charclass 730 charclass data 734 charclass charclass data
|
H A D | perl5320delta.pod | 986 L<Expecting interpolated extended charclass in regex; marked by <-- HERE in mE<sol>%sE<sol> 987 |perldiag/"Expecting interpolated extended charclass in regex; marked by <-- HERE in mE<sol>%sE<sol… 1090 L<C<Expecting interpolated extended charclass in regex; marked by <-- HERE in mE<sol>%sE<sol>> 1091 |perldiag/"Expecting interpolated extended charclass in regex; marked by <-- HERE in mE<sol>%sE<sol… 1092 C<Expecting close paren for nested extended charclass in regex; marked 1094 C<Expecting close paren for wrapper for nested extended charclass in
|
H A D | perldiag.pod | 2483 =item Expecting interpolated extended charclass in regex; marked by <--
|
/openbsd/gnu/usr.bin/perl/lib/feature/ |
H A D | unicode_strings.t | 198 foreach my $charclass (0, 1) { 202 next if ! $charclass && $complement_class; 212 $test = "[$test]" if $charclass;
|
/openbsd/usr.bin/awk/ |
H A D | b.c | 1119 static const struct charclass { struct 1260 const struct charclass *cc; in relex()
|
/openbsd/gnu/usr.bin/perl/t/uni/ |
H A D | fold.t | 80 # optimized to a non-charclass
|