Home
last modified time | relevance | path

Searched refs:ccl (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dvfwscanf.c91 struct ccl { struct
98 inccl(const struct ccl *ccl, wint_t wi) in inccl() argument
101 if (ccl->compl) { in inccl()
102 return (wmemchr(ccl->start, wi, ccl->end - ccl->start) in inccl()
105 return (wmemchr(ccl->start, wi, ccl->end - ccl->start) != NULL); in inccl()
169 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, in convert_ccl() argument
477 struct ccl ccl; /* character class info */ in __vfwscanf() local
484 ccl.start = ccl.end = NULL; in __vfwscanf()
651 ccl.compl = 1; in __vfwscanf()
654 ccl.compl = 0; in __vfwscanf()
[all …]
/freebsd/contrib/flex/src/
H A Dparse.y782 '[' ccl ']' { $$ = $2; }
784 | '[' '^' ccl ']'
791 ccl : ccl CHAR '-' CHAR
851 | ccl CHAR
869 | ccl ccl_expr
/freebsd/contrib/mandoc/
H A Deqn.c666 enum { CCL_LET, CCL_DIG, CCL_PUN } ccl, ccln; in eqn_parse() local
1054 ccl = ccln; in eqn_parse()
1057 (*cpn == '.' && (ccl == CCL_DIG || in eqn_parse()
1063 cur->font = ccl == CCL_LET ? in eqn_parse()
1070 if (ccln == ccl && *cp != ',' && *cpn != ',') in eqn_parse()
/freebsd/usr.bin/lex/
H A DMakefile20 SRCS= buf.c ccl.c dfa.c ecs.c filter.c gen.c main.c misc.c \
/freebsd/contrib/nvi/vi/
H A Dvs_split.c42 int ccl) /* Colon-command line split. */ in vs_split() argument
72 if (ccl && half > 6) in vs_split()
96 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half; in vs_split()
/freebsd/contrib/flex/
H A DChangeLog1054 * src/ccl.c: ccl.c:86:19: warning: conversion to 'unsigned char'
2104 * tests/.gitignore, tests/Makefile.am, tests/ccl.l, tests/ccl.txt,
2105 tests/test-ccl/.gitignore, tests/test-ccl/Makefile.am,
2106 tests/test-ccl/scanner.l, tests/test-ccl/test.input: refactor ccl
2831 tests/test-ccl/.cvsignore, tests/test-ccl/.gitignore,
3649 tests/test-ccl/scanner.l, tests/test-ccl/test.input: Added ccl union
3664 * scan.l, tests/test-ccl/scanner.l, tests/test-ccl/test.input:
3670 * parse.y, tests/test-ccl/scanner.l, tests/test-ccl/test.input:
3725 * ccl.c, flexdef.h, parse.y, scan.l, tests/test-ccl/scanner.l,
3733 tests/test-ccl/Makefile.am, tests/test-ccl/scanner.l,
[all …]