Searched refs:start_token (Results 1 – 4 of 4) sorted by relevance
28 int start_token; /* token than began nesting (eg, FOR) */ member792 if (nesting.start_token) { in syntaxerr()793 c = nesting.start_token; in syntaxerr()833 nesting.start_token = tok; in nesting_push()862 nesting.start_token = 0; in compile()
296 function start_token() { function527 start_token();
7970 @code{yylex} function. Make sure a variable @code{start_token} is7978 if (start_token)7980 int t = start_token;7981 start_token = 0;
7280 function. Make sure a variable `start_token' is available in the7287 if (start_token)7289 int t = start_token;7290 start_token = 0;