Searched refs:start_token (Results 1 – 1 of 1) sorted by relevance
329 unichar *start_token; in yylex() local339 start_token = input_stream_pos; in yylex()355 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()371 start_token = input_stream_pos; in yylex()378 start_token++; in yylex()385 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()397 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()404 ++start_token; in yylex()409 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()431 ret = mc_token (start_token, (size_t) (input_stream_pos - start_token)); in yylex()[all …]