Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c271 CHR ccltoken[CCLSIZE]; in repbycgid() local
329 ccltoken[m++] = (CHR)j; in repbycgid()
338 ccltoken[m] = 0; in repbycgid()
340 while (ccp < ccptr && scomp(ccltoken, ccp) != 0) in repbycgid()
346 scopy(ccltoken, ccptr); in repbycgid()
347 ccptr += slength(ccltoken) + 1; in repbycgid()