Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dmclex.c330 unichar *start_token; in yylex() local
340 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 …]
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c393 start_token: in _nc_get_token()
442 goto start_token; in _nc_get_token()
/freebsd-12.1/contrib/libgnuregex/
H A Dregcomp.c2487 re_token_t start_token = *token; in parse_dup_op() local
2525 *token = start_token; in parse_dup_op()