Home
last modified time | relevance | path

Searched defs:ccl (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dvfwscanf.c91 struct ccl { struct
94 int compl; /* ccl is complemented? */ argument
98 inccl(const struct ccl *ccl, wint_t wi) in inccl()
169 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, in convert_ccl()
197 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, in convert_wccl()
477 struct ccl ccl; /* character class info */ in __vfwscanf() local
/freebsd/contrib/nvi/vi/
H A Dvs_split.c42 int ccl) /* Colon-command line split. */ in vs_split()
/freebsd/contrib/mandoc/
H A Deqn.c668 enum { CCL_LET, CCL_DIG, CCL_PUN } ccl, ccln; in eqn_parse() local