Home
last modified time | relevance | path

Searched refs:nstring (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dstreamline.res2 key2 = "test \\nstring";
H A Dgenerate.res3 key2 = "test \\nstring\\n\\r\\n\\b\\t\\f\\\\\\\"";
/freebsd/contrib/tcsh/
H A Dsh.glob.c945 const Char *pestr, *nstring; in t_pmatch() local
947 for (nstring = string;; string = nstring) { in t_pmatch()
948 stringc = *nstring++ & TRIM; in t_pmatch()