Searched refs:ccls (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Decs.c39 int i, ich, newlen, cclp, ccls, cclmec; local
53 for ( ccls = 0; ccls < ccllen[i]; ++ccls )
55 ich = ccltbl[cclp + ccls];
105 * Char ccls[];
107 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz],
110 * ccls contains the elements of the character class, lenccl is the
117 void mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping )
118 Char ccls[];
[all...]
/freebsd-9.3-release/lib/libc/locale/
H A Dwctrans.c80 } ccls[] = { local
88 while (ccls[i].name != NULL && strcmp(ccls[i].name, charclass) != 0)
91 if (ccls[i].trans == _WCT_ERROR)
93 return (ccls[i].trans);
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfwscanf.c105 (cclcompl ? (wmemchr(ccls, (_c), ccle - ccls) == NULL) : \
106 (wmemchr(ccls, (_c), ccle - ccls) != NULL))
150 const wchar_t *ccls; /* character class start */ local
166 ccls = ccle = NULL;
286 ccls = fmt;

Completed in 53 milliseconds