Searched defs:ccltoken (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c272 CHR ccltoken[CCLSIZE]; local
330 ccltoken[m++] = (CHR)j;
339 ccltoken[m] = 0;
341 while (ccp < ccptr && scomp(ccltoken, ccp) != 0)
347 scopy(ccltoken, ccptr);
348 ccptr += slength(ccltoken) + 1;

Completed in 53 milliseconds