Lines Matching refs:c2
1800 unsigned char c2;
1807 c2 = re_string_peek_byte_case (input, 1);
1808 token->opr.c = c2;
1819 token->word_char = IS_WORD_CHAR (c2) != 0;
1821 switch (c2)
1832 token->opr.idx = c2 - '1';
2037 unsigned char c2;
2039 c2 = re_string_peek_byte (input, 0);
2040 token->opr.c = c2;
2046 unsigned char c2;
2049 c2 = re_string_peek_byte (input, 1);
2051 c2 = 0;
2052 token->opr.c = c2;
2054 switch (c2)