Home
last modified time | relevance | path

Searched refs:C_escapes (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c4964 static const char C_escapes[] ALIGN1 = "nrbtfav""x\\01234567"; in parse_dollar_squote() local
4968 if (strchr(C_escapes, ch)) { in parse_dollar_squote()
Dash.c12307 static const char C_escapes[] ALIGN1 = "nrbtfav""x\\01234567"; in decode_dollar_squote() local
12313 p = strchr(C_escapes, c); in decode_dollar_squote()