Home
last modified time | relevance | path

Searched refs:backslashed (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/autofs/
HDdefined.c71 bool backslashed = false, bracketed = false; in defined_expand() local
77 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()
HDcommon.c326 bool backslashed = false; in expand_ampersand() local
334 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()
/dragonfly/contrib/nvi2/regex/
HDWHATSNEW75 error (except, of course, for the handful of backslashed metacharacters
/dragonfly/contrib/grep/doc/
HDgrep.texi1547 instead use the backslashed versions @samp{\?}, @samp{\+}, @samp{\@{},