Searched refs:start_token (Results 1 – 3 of 3) sorted by relevance
330 unichar *start_token; in yylex() local340 start_token = input_stream_pos; in yylex()356 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()372 start_token = input_stream_pos; in yylex()379 start_token++; in yylex()386 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()398 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()405 ++start_token; in yylex()410 yylval.ustr = get_diff (input_stream_pos, start_token); in yylex()432 ret = mc_token (start_token, (size_t) (input_stream_pos - start_token)); in yylex()[all …]
393 start_token: in _nc_get_token()442 goto start_token; in _nc_get_token()
2487 re_token_t start_token = *token; in parse_dup_op() local2525 *token = start_token; in parse_dup_op()