Searched refs:token2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c3152 re_token_t token2;
3178 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3179 if (BE (token2.type == END_OF_RE, 0))
3184 if (token2.type == OP_CLOSE_BRACKET)
3198 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3396 re_token_t token2;
3397 (void) peek_token_bracket (&token2, regexp, syntax);
3398 if (token2.type != OP_CLOSE_BRACKET)
3143 re_token_t token2; local
3387 re_token_t token2; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c7252 cp_token token2;
7271 token2 = *cp_lexer_peek_nth_token (parser->lexer, 2);
7274 token2.type = CPP_EOF;
7275 token2.keyword = RID_MAX;
7284 && cp_parser_is_string_literal (&token2))
7292 if (token2.type == CPP_LESS
7296 else if (token2.type == CPP_LESS)
7313 && token2.keyword == RID_TEMPLATE)
7319 (token2.type == CPP_NAME
7323 || token2
7250 cp_token token2; local
7392 cp_token *token2; local
16760 cp_token *token2; local
[all...]

Completed in 190 milliseconds