NSTRING_IS_RAW 1519 regcomp.c if (NSTRING_IS_RAW(node))
NSTRING_IS_RAW 1624 regcomp.c if (NSTRING_IS_RAW(node))
NSTRING_IS_RAW 2605 regcomp.c !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) {
NSTRING_IS_RAW 3686 regcomp.c if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) {
NSTRING_IS_RAW 4585 regcomp.c int is_raw = NSTRING_IS_RAW(node);
NSTRING_IS_RAW 4589 regcomp.c NSTRING_IS_RAW(node), env->enc);
NSTRING_IS_RAW 6173 regcomp.c (NSTRING_IS_RAW(node) ? "-raw" : ""), (int )node);