Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDregcclass.h44 static struct cclass { struct
HDregcomp.c814 struct cclass *cp; in p_b_cclass()
/NextBSD/crypto/openssh/openbsd-compat/
HDcharclass.h12 static struct cclass { struct
HDglob.c442 struct cclass *cc;
/NextBSD/usr.bin/tr/
HDextern.h44 wctype_t cclass; /* character class from wctype() */ member
HDstr.c116 ch = nextwctype(s->lastch, s->cclass); in next()
177 if ((s->cclass = wctype(s->str)) == 0) in genclass()
/NextBSD/contrib/nvi/regex/
HDcclass.h52 static struct cclass { struct
HDregcomp.c830 struct cclass *cp; in p_b_cclass()
/NextBSD/release/picobsd/tinyware/msh/
HDsh1.c38 _PROTOTYPE(static char *cclass, (char *p, int sub ));
739 if ((p = cclass(p, sc)) == NULL)
765 cclass(p, sub) in cclass() function
/NextBSD/bin/sh/
HDexpand.c1228 wctype_t cclass; in match_charclass() local
1239 cclass = wctype(name); in match_charclass()
1241 if (cclass == 0) in match_charclass()
1243 return iswctype(chr, cclass); in match_charclass()
/NextBSD/contrib/gcc/
HDgenmodes.c413 enum mode_class cclass = complex_class (cl); in make_complex_modes() local
415 if (cclass == MODE_RANDOM) in make_complex_modes()
456 c = new_mode (cclass, xstrdup (buf), file, line); in make_complex_modes()