Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dmain.c256 ccptr = ccl = (CHR *)myalloc(CCLSIZE, sizeof (*ccl));
272 if (ccl == 0 || def == 0 ||
333 free(ccl);
H A Dsub3.c340 ccp = ccl; in repbycgid()
349 if (ccptr > ccl + CCLSIZE) in repbycgid()
372 if (ccptr > ccl + CCLSIZE) in repbycgid()
H A Donce.h122 CHR *ccl; variable
H A Dldefs.h207 extern CHR *ccl;
H A Dparser.y887 ccp = ccl;
895 if(ccptr >= ccl+CCLSIZE)
/titanic_50/usr/src/cmd/egrep/
H A Degrep.y176 { $$ = ccl(CCL); }
178 { $$ = ccl(NCCL); }
1034 ccl(int type) in ccl() function
/titanic_50/usr/src/tools/cscope-fast/
H A Dcgrep.c269 static int ccl(PATTERN *pat, uchar_t *tab);
974 ccl(PATTERN *pat, uchar_t *tab) in ccl() function
1062 count = ccl(pat, tab); in d3()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregcomp.c1730 ccl(Cenv_t* env, int type) in ccl() function
2755 if (e = ccl(env, c)) in seq()