Searched refs:C_escapes (Results 1 – 2 of 2) sorted by relevance
4964 static const char C_escapes[] ALIGN1 = "nrbtfav""x\\01234567"; in parse_dollar_squote() local4968 if (strchr(C_escapes, ch)) { in parse_dollar_squote()
12307 static const char C_escapes[] ALIGN1 = "nrbtfav""x\\01234567"; in decode_dollar_squote() local12313 p = strchr(C_escapes, c); in decode_dollar_squote()