Searched refs:ccls (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/flex/src/ |
| H A D | ecs.c | 41 int i, ich, newlen, cclp, ccls, cclmec; in ccl2ecl() local 54 for (ccls = 0; ccls < ccllen[i]; ++ccls) { in ccl2ecl() 55 ich = ccltbl[cclp + ccls]; in ccl2ecl() 115 void mkeccl (unsigned char ccls[], int lenccl, int fwd[], int bck[], int llsiz, int NUL_mapping) in mkeccl() argument 128 cclm = ccls[cclp]; in mkeccl() 142 if (NUL_mapping && ccls[j] == 0) in mkeccl() 145 ccl_char = ccls[j]; in mkeccl()
|
| /src/lib/libc/locale/ |
| H A D | wctrans.c | 79 } ccls[] = { in wctrans_l() local 87 while (ccls[i].name != NULL && strcmp(ccls[i].name, charclass) != 0) in wctrans_l() 90 if (ccls[i].trans == _WCT_ERROR) in wctrans_l() 92 return (ccls[i].trans); in wctrans_l()
|
| /src/ |
| H A D | .gitignore | 40 .ccls-cache
|
| /src/contrib/flex/ |
| H A D | ChangeLog | 7905 * flex.1: fixed some bugs in examples of [[:...:]] ccls
|