Lines Matching refs:token3
1090 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()
1240 free_token (&token3); in extract_parenthesized()
1244 x_java_unlex (&token3); in extract_parenthesized()