Lines Matching refs:CHARACTER
321 if (type == CHARACTER) in re_compile_fastmap_iter()
335 && dfa->nodes[node].type == CHARACTER in re_compile_fastmap_iter()
1070 case CHARACTER: in optimize_utf8()
1122 if (dfa->nodes[node].type == CHARACTER in optimize_utf8()
1785 token->type = CHARACTER; in peek_token()
1801 token->type = CHARACTER; in peek_token()
1915 token->type = CHARACTER; in peek_token()
2020 token->type = CHARACTER; in peek_token_bracket()
2033 token->type = CHARACTER; in peek_token_bracket()
2062 token->type = CHARACTER; in peek_token_bracket()
2081 token->type = CHARACTER; in peek_token_bracket()
2223 case CHARACTER: in parse_expression()
2308 token->type = CHARACTER; in parse_expression()
2483 if (token->type == CHARACTER && token->opr.c == ',') in parse_dup_op()
2495 : ((token->type == CHARACTER && token->opr.c == ',') in parse_dup_op()
2514 token->type = CHARACTER; in parse_dup_op()
3088 token->type = CHARACTER; in parse_bracket_exp()
3134 token->type = CHARACTER; in parse_bracket_exp()
3700 num = ((token->type != CHARACTER || c < '0' || '9' < c in fetch_number()