Home
last modified time | relevance | path

Searched refs:token3 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-java.c1090 token_ty token3; in phase6_get() local
1092 phase5_get (&token3); in phase6_get()
1093 if (token3.type == token_type_string_literal) in phase6_get()
1100 char *addend = token3.string; in phase6_get()
1108 free_token (&token3); in phase6_get()
1114 phase5_unget (&token3); in phase6_get()
1226 token_ty token3; in extract_parenthesized() local
1228 x_java_lex (&token3); in extract_parenthesized()
1229 if (token3.type == token_type_symbol) in extract_parenthesized()
1231 char *addend = token3.string; in extract_parenthesized()
[all …]
H A Dx-csharp.c1780 token_ty token3; in phase7_get() local
1782 phase6_get (&token3); in phase7_get()
1783 if (token3.type == token_type_string_literal) in phase7_get()
1790 char *addend = token3.string; in phase7_get()
1798 free_token (&token3); in phase7_get()
1804 phase6_unget (&token3); in phase7_get()
1915 token_ty token3; in extract_parenthesized() local
1917 x_csharp_lex (&token3); in extract_parenthesized()
1918 if (token3.type == token_type_symbol) in extract_parenthesized()
1920 char *addend = token3.string; in extract_parenthesized()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c907 c_token *token3 = c_parser_peek_nth_token (parser, 3); in c_parser_peek_conflict_marker() local
908 if (token3->type != tok1_kind) in c_parser_peek_conflict_marker()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc917 c_token *token3 = c_parser_peek_nth_token (parser, 3); in c_parser_peek_conflict_marker() local
918 if (token3->type != tok1_kind) in c_parser_peek_conflict_marker()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2786 cp_token *token3 = cp_lexer_peek_nth_token (lexer, 3); in cp_lexer_peek_conflict_marker() local
2787 if (token3->type != tok1_kind) in cp_lexer_peek_conflict_marker()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2917 cp_token *token3 = cp_lexer_peek_nth_token (lexer, 3); in cp_lexer_peek_conflict_marker() local
2918 if (token3->type != tok1_kind) in cp_lexer_peek_conflict_marker()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2018367 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2018367 * unittests/observable-selftests.c (token1, token2, token3): Ditto.