Searched refs:start_token (Results 1 – 6 of 6) sorted by relevance
96 def set_token_boundaries( tree, start_token, stop_token ) argument97 super( tree, start_token, stop_token )98 return unless tree && start_token && stop_token100 start_token.token_index, stop_token.token_index )
31 int start_token; /* token than began nesting (eg, FOR) */ member827 if (nesting.start_token) { in syntaxerr()828 c = nesting.start_token; in syntaxerr()868 nesting.start_token = tok; in nesting_push()897 nesting.start_token = 0; in compile()
779 def set_token_boundaries( tree, start_token = nil, stop_token = nil ) argument782 start_token and start = start_token.index
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;