Home
last modified time | relevance | path

Searched refs:charclass (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_fold.t67 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 Diswctype.c178 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 Diswctype_l.c168 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 Dglob.t100 name: glob-charclass-1
116 name: glob-charclass-2
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c132 #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 Dregcomp.sym86 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 Dperl5263delta.pod101 …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 Dperldebguts.pod606 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 Dperl5320delta.pod986 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 Dperldiag.pod2418 =item Expecting interpolated extended charclass in regex; marked by <--
/openbsd/gnu/usr.bin/perl/lib/feature/
H A Dunicode_strings.t198 foreach my $charclass (0, 1) {
202 next if ! $charclass && $complement_class;
212 $test = "[$test]" if $charclass;
/openbsd/usr.bin/awk/
H A Db.c1106 static const struct charclass { struct
1247 const struct charclass *cc; in relex()
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dfold.t80 # optimized to a non-charclass