Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y48 static wchar_t L_PctCbr[]= {'%', '}', 0}; variable
469 while(getl(p) && scomp(p, L_PctCbr) != 0)
618 while(!eof&& getl(buf) && scomp(L_PctCbr,buf)!=0)