Searched refs:nstring (Results 1 – 4 of 4) sorted by relevance
2 key2 = "test \\nstring";
3 key2 = "test \\nstring\\n\\r\\n\\b\\t\\f\\\\\\\"";
945 const Char *pestr, *nstring; in t_pmatch() local947 for (nstring = string;; string = nstring) { in t_pmatch()948 stringc = *nstring++ & TRIM; in t_pmatch()
179 For example, { foo = "a\nmultiline\nstring" } would get dumped as: