Lines Matching +defs:token +defs:c
379 unsigned char c = 0; in re_compile_fastmap_iter() local
1783 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token()
1785 unsigned char c; in peek_token() local
2021 peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token_bracket()
2023 unsigned char c; in peek_token_bracket() local
2153 parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_reg_exp()
2202 parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_branch()
2247 parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_expression()
2481 parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_sub_exp()
2525 re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) in parse_dup_op()
2840 parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, in parse_bracket_exp()
3394 re_token_t *token, int token_len, re_dfa_t *dfa, in parse_bracket_element()
3434 re_token_t *token) in parse_bracket_symbol()
3755 fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax) in fetch_number()
3758 unsigned char c; in fetch_number() local
3806 const re_token_t *token) in create_token_tree()