Home
last modified time | relevance | path

Searched refs:cclass (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssh/openbsd-compat/
H A Dcharclass.h12 static struct cclass { struct
H A Dfnmatch.c108 struct cclass *cc; in classmatch()
H A Dglob.c446 struct cclass *cc;
/src/usr.bin/tr/
H A Dextern.h43 wctype_t cclass; /* character class from wctype() */ member
H A Dstr.c112 ch = nextwctype(s->lastch, s->cclass); in next()
173 if ((s->cclass = wctype(s->str)) == 0) in genclass()
/src/contrib/nvi/regex/
H A Dcclass.h52 static struct cclass { struct
H A Dregcomp.c830 struct cclass *cp; in p_b_cclass()
/src/bin/sh/
H A Dexpand.c1233 wctype_t cclass; in match_charclass() local
1244 cclass = wctype(name); in match_charclass()
1246 if (cclass == 0) in match_charclass()
1248 return iswctype(chr, cclass); in match_charclass()
/src/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c54 static struct cclass { struct
944 struct cclass *cp; in p_b_cclass()