Home
last modified time | relevance | path

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

/dports/audio/sfront/sfront-0.99/src/
H A Dlex.c352 lexholdptr = 0;
353 lexholdret[lexholdptr] = lookret;
354 lexholdtnode[lexholdptr] = yylval;
355 while ( (!lexholdptr) || (lookret == IDENT) ||
358 if (++lexholdptr == LEXSTACKSIZE)
363 lookret = lexholdret[lexholdptr] = yylex();
364 lexholdtnode[lexholdptr] = yylval;
377 for (i = 0; i <= lexholdptr; i++)
H A Dglobals.c231 int lexholdptr = -1; variable
H A Dtree.h1385 extern int lexholdptr;