Searched refs:ccl (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libc/stdio/
H A Dvfwscanf.c106 struct ccl { struct
109 int compl; /* ccl is complemented? */
113 inccl(const struct ccl *ccl, wint_t wi) argument
116 if (ccl->compl) {
117 return (wmemchr(ccl->start, wi, ccl->end - ccl->start)
120 return (wmemchr(ccl->start, wi, ccl
184 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, locale_t locale) argument
212 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, locale_t locale) argument
461 struct ccl ccl; /* character class info */ local
[all...]
/freebsd-13-stable/contrib/flex/src/
H A Dparse.y782 '[' ccl ']' { $$ = $2; }
784 | '[' '^' ccl ']'
791 ccl : ccl CHAR '-' CHAR label
828 /* Keep track if this ccl is staying in
851 | ccl CHAR
869 | ccl ccl_expr
/freebsd-13-stable/usr.bin/lex/
H A DMakefile21 SRCS= buf.c ccl.c dfa.c ecs.c filter.c gen.c main.c misc.c \
/freebsd-13-stable/contrib/mandoc/
H A Deqn.c658 enum { CCL_LET, CCL_DIG, CCL_PUN } ccl, ccln; local
1046 ccl = ccln;
1049 (*cpn == '.' && (ccl == CCL_DIG ||
1055 cur->font = ccl == CCL_LET ?
1062 if (ccln == ccl && *cp != ',' && *cpn != ',')
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_split.c42 int ccl) /* Colon-command line split. */
72 if (ccl && half > 6)
96 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half;
39 vs_split( SCR *sp, SCR *new, int ccl) argument

Completed in 113 milliseconds