Searched refs:RE_TOK_CLASS_ESCAPE (Results 1 – 2 of 2) sorted by relevance
473 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()479 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()485 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()491 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()497 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()503 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()1022 if (re_ctx_p->token.type == RE_TOK_CLASS_ESCAPE) in re_parse_char_class()1293 case RE_TOK_CLASS_ESCAPE: in re_parse_alternative()
48 RE_TOK_CLASS_ESCAPE, /**< "\d \D \w \W \s \S" */ enumerator