Searched refs:META_ESCAPE (Results 1 – 2 of 2) sorted by relevance
236 #define META_ESCAPE 0x80180000u /* \d and friends */ macro964 case META_ESCAPE: in show_parsed()2537 *parsed_pattern++ = META_ESCAPE + ESC_b; in parse_regex()2980 *parsed_pattern++ = META_ESCAPE + escape; in parse_regex()2995 *parsed_pattern++ = META_ESCAPE + escape; in parse_regex()2999 *parsed_pattern++ = META_ESCAPE + escape; in parse_regex()3015 *parsed_pattern++ = META_ESCAPE + escape; in parse_regex()3019 *parsed_pattern++ = META_ESCAPE + in parse_regex()3053 *parsed_pattern++ = META_ESCAPE + escape; in parse_regex()3221 *parsed_pattern++ = META_ESCAPE + ESC_b; in parse_regex()[all …]
225 META_ESCAPE non-literal escape sequence243 META_ESCAPE has an ESC_xxx value as its data. For ESC_P and ESC_p, the next