NSTRING_IS_RAW   1603 regcomp.c          if (NSTRING_IS_RAW(node))
NSTRING_IS_RAW   1708 regcomp.c          if (NSTRING_IS_RAW(node))
NSTRING_IS_RAW   2752 regcomp.c      	  !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) {
NSTRING_IS_RAW   3905 regcomp.c          if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) {
NSTRING_IS_RAW   4975 regcomp.c            int is_raw = NSTRING_IS_RAW(node);
NSTRING_IS_RAW   6610 regcomp.c      	    (NSTRING_IS_RAW(node) ? "-raw" : ""), (intptr_t )node);