Searched refs:backslashed (Results 1 – 4 of 4) sorted by relevance
85 bool backslashed = false, bracketed = false; in defined_expand() local91 if (c == '\\' && backslashed == false) { in defined_expand()92 backslashed = true; in defined_expand()95 if (backslashed) { in defined_expand()96 backslashed = false; in defined_expand()99 backslashed = false; in defined_expand()201 backslashed = bracketed = false; in defined_expand()
339 bool backslashed = false; in expand_ampersand() local347 if (c == '\\' && backslashed == false) { in expand_ampersand()348 backslashed = true; in expand_ampersand()351 if (backslashed) { in expand_ampersand()352 backslashed = false; in expand_ampersand()355 backslashed = false; in expand_ampersand()381 backslashed = false; in expand_ampersand()
75 error (except, of course, for the handful of backslashed metacharacters
74 error (except, of course, for the handful of backslashed metacharacters