Searched refs:ccptr (Results 1 – 6 of 6) sorted by relevance
325 s = ccptr; in repbycgid()340 while (ccp < ccptr && scomp(ccltoken, ccp) != 0) in repbycgid()342 if (ccp < ccptr) { /* character class found in ccl */ in repbycgid()345 left[i] = (int)ccptr; in repbycgid()346 scopy(ccltoken, ccptr); in repbycgid()347 ccptr += slength(ccltoken) + 1; in repbycgid()348 if (ccptr > ccl + CCLSIZE) in repbycgid()361 psave = ccptr; in repbycgid()367 *ccptr++ = (CHR) j; in repbycgid()370 *ccptr++ = 0; in repbycgid()[all …]
864 while (ccp < ccptr && scomp(token, ccp) != 0) ccp++;865 if (ccp < ccptr) { /* found in ccl */868 scopy(token,ccptr);869 yylval.cp = ccptr;870 ccptr += slength(token) + 1;871 if(ccptr >= ccl+CCLSIZE)
122 CHR *ccptr; variable
206 extern CHR *ccptr;
265 ccptr = ccl = (CHR *)myalloc(CCLSIZE, sizeof (*ccl));
2443 char **ccptr, *cptr; in follow_path() local2500 ccptr = (char **)calloc(SECOND_DEPTH, sizeof (char **)); in follow_path()2501 if (ccptr == 0) { in follow_path()2507 ccptr[i] = top->fname[i]; in follow_path()2509 top->fname = ccptr; in follow_path()