Home | History | Annotate | Download | only in lib

Lines Matching refs:token2

3107       re_token_t token2;
3133 token_len2 = peek_token_bracket (&token2, regexp, syntax);
3134 if (BE (token2.type == END_OF_RE, 0))
3139 if (token2.type == OP_CLOSE_BRACKET)
3153 ret = parse_bracket_element (&end_elem, regexp, &token2, token_len2,
3345 re_token_t token2;
3346 (void) peek_token_bracket (&token2, regexp, syntax);
3347 if (token2.type != OP_CLOSE_BRACKET)