Searched refs:backslashed (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/usr.sbin/autofs/ |
| H A D | defined.c | 89 bool backslashed = false, bracketed = false; in defined_expand() local 95 if (c == '\\' && backslashed == false) { in defined_expand() 96 backslashed = true; in defined_expand() 99 if (backslashed) { in defined_expand() 100 backslashed = false; in defined_expand() 103 backslashed = false; in defined_expand() 205 backslashed = bracketed = false; in defined_expand()
|
| H A D | common.c | 343 bool backslashed = false; in expand_ampersand() local 351 if (c == '\\' && backslashed == false) { in expand_ampersand() 352 backslashed = true; in expand_ampersand() 355 if (backslashed) { in expand_ampersand() 356 backslashed = false; in expand_ampersand() 359 backslashed = false; in expand_ampersand() 383 backslashed = false; in expand_ampersand()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | charset.c | 522 static char *backslashed[] = {"a", "b", "f", "n", "r", "t", "v", "0"}; variable 541 return backslashed[ix - represented]; in default_c_target_char_has_backslash_escape()
|
| /freebsd-12.1/lib/libc/regex/ |
| H A D | WHATSNEW | 75 error (except, of course, for the handful of backslashed metacharacters
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | WHATSNEW | 75 error (except, of course, for the handful of backslashed metacharacters
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FSFChangeLog | 141 backslash-newline with nothing, and non-backslashed newline
|