Backwhack (
v.): To
prefix with a backslash.
The symbol \ is called backslash; the act of "escaping" a special character by prefixing it with a backslash is called backwhacking. A simple example is how you put double quotes into a C string literal, which uses that symbol as a terminator: "this is \"quoted\"."