Searched refs:token2 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c152 token_compare(void *baton, void *token1, void *token2, int *result) argument
158 svn_string_t *t2 = token2;
H A Ddiff_file.c1021 token_compare(void *baton, void *token1, void *token2, int *compare) argument
1037 file_token[1] = token2;
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c3104 re_token_t token2;
3130 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3131 if (BE (token2.type == END_OF_RE, 0))
3136 if (token2.type == OP_CLOSE_BRACKET)
3150 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3342 re_token_t token2;
3343 (void) peek_token_bracket (&token2, regexp, syntax);
3344 if (token2.type != OP_CLOSE_BRACKET)
3095 re_token_t token2; local
3333 re_token_t token2; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c7586 cp_token token2;
7605 token2 = *cp_lexer_peek_nth_token (parser->lexer, 2);
7608 token2.type = CPP_EOF;
7609 token2.keyword = RID_MAX;
7618 && cp_parser_is_string_literal (&token2))
7626 if (token2.type == CPP_LESS
7630 else if (token2.type == CPP_LESS)
7647 && token2.keyword == RID_TEMPLATE)
7653 (token2.type == CPP_NAME
7657 || token2
7584 cp_token token2; local
7726 cp_token *token2; local
17183 cp_token *token2; local
[all...]

Completed in 211 milliseconds