| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-smalltalk.c | 461 token_ty token2; in x_smalltalk_lex() local 463 phase2_get (&token2); in x_smalltalk_lex() 464 if (token2.type == token_type_symbol in x_smalltalk_lex() 465 || token2.type == token_type_string_literal) in x_smalltalk_lex() 468 tp->string = token2.string; in x_smalltalk_lex() 471 phase2_unget (&token2); in x_smalltalk_lex()
|
| H A D | x-java.c | 1085 token_ty token2; in phase6_get() local 1087 phase5_get (&token2); in phase6_get() 1088 if (token2.type == token_type_plus) in phase6_get() 1109 free_token (&token2); in phase6_get() 1116 phase5_unget (&token2); in phase6_get() 1221 token_ty token2; in extract_parenthesized() local 1223 x_java_lex (&token2); in extract_parenthesized() 1224 if (token2.type == token_type_dot) in extract_parenthesized() 1241 free_token (&token2); in extract_parenthesized() 1246 x_java_unlex (&token2); in extract_parenthesized()
|
| H A D | x-csharp.c | 1775 token_ty token2; in phase7_get() local 1777 phase6_get (&token2); in phase7_get() 1778 if (token2.type == token_type_plus) in phase7_get() 1799 free_token (&token2); in phase7_get() 1806 phase6_unget (&token2); in phase7_get() 1910 token_ty token2; in extract_parenthesized() local 1912 x_csharp_lex (&token2); in extract_parenthesized() 1913 if (token2.type == token_type_dot) in extract_parenthesized() 1930 free_token (&token2); in extract_parenthesized() 1935 x_csharp_unlex (&token2); in extract_parenthesized()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | lex.c | 3455 const cpp_token *token2) in cpp_avoid_paste() argument 3457 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste() 3462 if (token2->flags & NAMED_OP) in cpp_avoid_paste() 3466 if (token2->flags & DIGRAPH) in cpp_avoid_paste() 3491 && name_p (pfile, &token2->val.str)) in cpp_avoid_paste() 3509 || (TOKEN_SPELL (token2) == SPELL_LITERAL in cpp_avoid_paste() 3510 && ISIDST (token2->val.str.text[0])))); in cpp_avoid_paste()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regcomp.c | 3036 re_token_t token2; in parse_bracket_exp() local 3062 token_len2 = peek_token_bracket (&token2, regexp, syntax); in parse_bracket_exp() 3063 if (BE (token2.type == END_OF_RE, 0)) in parse_bracket_exp() 3068 if (token2.type == OP_CLOSE_BRACKET) in parse_bracket_exp() 3082 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2, in parse_bracket_exp() 3273 re_token_t token2; in parse_bracket_element() local 3274 (void) peek_token_bracket (&token2, regexp, syntax); in parse_bracket_element() 3275 if (token2.type != OP_CLOSE_BRACKET) in parse_bracket_element()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | lex.cc | 4299 const cpp_token *token2) in cpp_avoid_paste() argument 4301 enum cpp_ttype a = token1->type, b = token2->type; in cpp_avoid_paste() 4306 if (token2->flags & NAMED_OP) in cpp_avoid_paste() 4310 if (token2->flags & DIGRAPH) in cpp_avoid_paste() 4335 && name_p (pfile, &token2->val.str)) in cpp_avoid_paste() 4354 || (TOKEN_SPELL (token2) == SPELL_LITERAL in cpp_avoid_paste() 4355 && ISIDST (token2->val.str.text[0])))); in cpp_avoid_paste()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 2783 cp_token *token2 = cp_lexer_peek_nth_token (lexer, 2); in cp_lexer_peek_conflict_marker() local 2784 if (token2->type != tok1_kind) in cp_lexer_peek_conflict_marker() 13357 cp_token token2; in cp_parser_declaration() local 13377 token2 = *cp_lexer_peek_nth_token (parser->lexer, 2); in cp_parser_declaration() 13380 token2.type = CPP_EOF; in cp_parser_declaration() 13381 token2.keyword = RID_MAX; in cp_parser_declaration() 13390 && cp_parser_is_pure_string_literal (&token2)) in cp_parser_declaration() 13398 if (token2.type == CPP_LESS in cp_parser_declaration() 13402 else if (token2.type == CPP_LESS) in cp_parser_declaration() 13419 && token2.keyword == RID_TEMPLATE) in cp_parser_declaration() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 2914 cp_token *token2 = cp_lexer_peek_nth_token (lexer, 2); in cp_lexer_peek_conflict_marker() local 2915 if (token2->type != tok1_kind) in cp_lexer_peek_conflict_marker() 14789 cp_token *token2 = (token1->type == CPP_EOF in cp_parser_declaration() local 14864 token2 = t2; in cp_parser_declaration() 14884 && cp_parser_is_pure_string_literal (token2)) in cp_parser_declaration() 14892 if (token2->type == CPP_LESS in cp_parser_declaration() 14896 else if (token2->type == CPP_LESS) in cp_parser_declaration() 14916 cp_token *next = exporting ? token2 : token1; in cp_parser_declaration() 14928 && token2->keyword == RID_TEMPLATE in cp_parser_declaration() 14937 (token2->type == CPP_NAME in cp_parser_declaration() [all …]
|
| H A D | ChangeLog-2005 | 206 * parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
|
| H A D | ChangeLog-2020 | 1814 * parser.c (cp_parser_declaration): Make token2 point to EOF if
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-joslin-config-schema-xx.txt | 1616 (&(<filter>)(attr1~=<token1>)(attr2~=<token2>)...)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 904 c_token *token2 = c_parser_peek_2nd_token (parser); in c_parser_peek_conflict_marker() local 905 if (token2->type != tok1_kind) in c_parser_peek_conflict_marker()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 914 c_token *token2 = c_parser_peek_2nd_token (parser); in c_parser_peek_conflict_marker() local 915 if (token2->type != tok1_kind) in c_parser_peek_conflict_marker()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2018 | 367 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2018 | 367 * unittests/observable-selftests.c (token1, token2, token3): Ditto.
|