Searched refs:ccls (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/lex/ |
| D | ecs.c | 44 int i, ich, newlen, cclp, ccls, cclmec; in ccl2ecl() local 58 for (ccls = 0; ccls < ccllen[i]; ++ccls) { in ccl2ecl() 59 ich = ccltbl[cclp + ccls]; in ccl2ecl() 119 mkeccl(u_char *ccls, int lenccl, int *fwd, int *bck, int llsiz, int NUL_mapping) in mkeccl() argument 133 cclm = ccls[cclp]; in mkeccl() 148 if (NUL_mapping && ccls[j] == 0) in mkeccl() 151 ccl_char = ccls[j]; in mkeccl()
|
| D | ChangeLog | 5472 * flex.1: fixed some bugs in examples of [[:...:]] ccls
|
| /openbsd/src/lib/libc/stdio/ |
| D | vfwscanf.c | 96 (cclcompl ? (wmemchr(ccls, (_c), ccle - ccls) == NULL) : \ 97 (wmemchr(ccls, (_c), ccle - ccls) != NULL)) 116 const wchar_t *ccls; /* character class start */ in __vfwscanf() local 138 ccls = ccle = NULL; in __vfwscanf() 270 ccls = fmt; in __vfwscanf()
|