Searched refs:backslashed (Results 1 – 4 of 4) sorted by relevance
71 bool backslashed = false, bracketed = false; in defined_expand() local77 if (c == '\\' && backslashed == false) { in defined_expand()78 backslashed = true; in defined_expand()81 if (backslashed) { in defined_expand()82 backslashed = false; in defined_expand()85 backslashed = false; in defined_expand()187 backslashed = bracketed = false; in defined_expand()
326 bool backslashed = false; in expand_ampersand() local334 if (c == '\\' && backslashed == false) { in expand_ampersand()335 backslashed = true; in expand_ampersand()338 if (backslashed) { in expand_ampersand()339 backslashed = false; in expand_ampersand()342 backslashed = false; in expand_ampersand()368 backslashed = false; in expand_ampersand()
75 error (except, of course, for the handful of backslashed metacharacters
1547 instead use the backslashed versions @samp{\?}, @samp{\+}, @samp{\@{},