Searched refs:ccptr (Results 1 – 6 of 6) sorted by relevance
326 s = ccptr; in repbycgid()341 while (ccp < ccptr && scomp(ccltoken, ccp) != 0) in repbycgid()343 if (ccp < ccptr) { /* character class found in ccl */ in repbycgid()346 left[i] = (int)ccptr; in repbycgid()347 scopy(ccltoken, ccptr); in repbycgid()348 ccptr += slength(ccltoken) + 1; in repbycgid()349 if (ccptr > ccl + CCLSIZE) in repbycgid()362 psave = ccptr; in repbycgid()368 *ccptr++ = (CHR) j; in repbycgid()371 *ccptr++ = 0; in repbycgid()[all …]
888 while (ccp < ccptr && scomp(token, ccp) != 0) ccp++;889 if (ccp < ccptr) { /* found in ccl */892 scopy(token,ccptr);893 yylval.cp = ccptr;894 ccptr += slength(token) + 1;895 if(ccptr >= ccl+CCLSIZE)
123 CHR *ccptr; variable
208 extern CHR *ccptr;
256 ccptr = ccl = (CHR *)myalloc(CCLSIZE, sizeof (*ccl));
2453 char **ccptr, *cptr; in follow_path() local2510 ccptr = (char **)calloc(SECOND_DEPTH, sizeof (char **)); in follow_path()2511 if (ccptr == 0) { in follow_path()2517 ccptr[i] = top->fname[i]; in follow_path()2519 top->fname = ccptr; in follow_path()