Searched refs:escape_chars (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-bytecode.c | 371 static const char escape_chars[] = {'d', 'D', 'w', 'W', 's', 'S'}; in re_dump_bytecode() local 556 JERRY_DEBUG_MSG ("CLASS_ESCAPE \\%c\n", escape_chars[escape]); in re_dump_bytecode() 575 JERRY_DEBUG_MSG ("\\%c, ", escape_chars[*bytecode_p++]); in re_dump_bytecode()
|
/third_party/iptables/libxtables/ |
D | xtables.c | 2032 static const char escape_chars[] = "\"\\'"; in xtables_save_string() local 2048 for (p = strpbrk(value, escape_chars); p != NULL; in xtables_save_string() 2049 p = strpbrk(value, escape_chars)) { in xtables_save_string()
|