| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| quotearg.c | 96 int backslashes; local 120 for (backslashes = 0, p = string, q = quoted; *p; p++) { 122 /* Just count backslashes when we find them. 127 ++backslashes; 131 * but first double up any immediately preceding backslashes, 135 for (backslashes += backslashes + 1; backslashes; backslashes--) 144 * but first, if we have any pending backslashes, [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| w32spawn.h | 74 - Backslashes not followed by double quotes are not special. 75 - But 2*n+1 backslashes followed by a double quote become 76 n backslashes followed by a double quote (n >= 0): 108 unsigned int backslashes; local 114 backslashes = 0; 121 length += backslashes + 1; 124 backslashes++; 126 backslashes = 0; 129 length += backslashes + 1; 134 backslashes = 0 [all...] |
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| text.h | 33 uint64_t backslashes; member in struct:string_block 43 block->backslashes = simd_find_8x32(&input, '\\'); 65 if (unlikely(block.backslashes & mask)) 83 if (unlikely(block.backslashes & mask)) { 85 block.backslashes &= -block.backslashes; 86 mask = block.backslashes - 1;
|
| name.h | 14 uint64_t backslashes; member in struct:name_block 25 block->backslashes = simd_find_8x32(&input, '\\'); 55 if (unlikely(block.backslashes & mask)) 101 if (unlikely(block.backslashes & mask)) { 103 block.backslashes &= -block.backslashes; 104 mask = block.backslashes - 1;
|
| /src/usr.bin/make/unit-tests/ |
| comment.mk | 42 # This comment ends with 2 backslashes. An even number of backslashes does 64 # An odd number of backslashes makes a line continuation, \\\ 66 or 9 backslashes. \\\\\\\\\
|
| escape.mk | 35 # Also, our practice is that an even number of backslashes before a 36 # newline in a variable assignment simply stores the backslashes as part 38 # Similarly, an even number of backslashes before a newline in a 39 # command simply uses the backslashes as part of the command, but 72 # Double backslash in variable should be taken as two literal backslashes. 111 # Both backslashes should be taken literally, and the newline is NOT escaped. 220 # Both backslashes are retained, but the newline is not escaped. 223 # When make passes two backslashes to the shell, the shell will pass one
|
| opt-debug-errors-jobs.mk | 30 # It is a common style to align the continuation backslashes at the right
|
| varmod-edge.mk | 33 # To actually see this effect, the backslashes in the :M modifier need 34 # to be doubled since single backslashes would simply be unescaped by 127 # prevent this, no matter how many backslashes are used.
|
| char-005c-reverse-solidus.mk | 31 # The variable value contains two backslashes.
|
| varmod-undefined.mk | 46 # other backslashes are retained.
|
| varmod-loop-varname.mk | 25 # The expression ${\:\:\:} would not work since backslashes can only
|
| varmod-match-escape.mk | 3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
|
| directive-for-escape.mk | 24 # As of 2020-12-31, using 2 backslashes before be '#' would treat the '#' 25 # as comment character. Using 3 backslashes doesn't help either since
|
| /src/external/gpl3/gdb/dist/ |
| djunpack.bat | 15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
|
| /src/external/gpl3/gdb.old/dist/ |
| djunpack.bat | 15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-csharp-3 | 18 // Two backslashes (unlike in Java, where this is just one backslash). 101 #. Two backslashes (unlike in Java, where this is just one backslash).
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| ltmain.sh | 344 # (escaped) backslashes. A very naive implementation. 5332 # Backslashes separate directories on plain windows 6339 - Backslashes not followed by double quotes are not special. 6340 - But 2*n+1 backslashes followed by a double quote become 6341 n backslashes followed by a double quote (n >= 0): 6373 unsigned int backslashes; 6379 backslashes = 0; 6386 length += backslashes + 1; 6389 backslashes++; 6391 backslashes = 0 [all...] |
| /src/sys/external/isc/libsodium/dist/ |
| ltmain.sh | 411 # (escaped) backslashes. A very naive implementation. 3957 # Backslashes separate directories on plain windows 4961 - Backslashes not followed by double quotes are not special. 4962 - But 2*n+1 backslashes followed by a double quote become 4963 n backslashes followed by a double quote (n >= 0): 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1; 5011 backslashes++; 5013 backslashes = 0 [all...] |
| /src/external/bsd/am-utils/dist/ |
| ltmain.sh | 411 # (escaped) backslashes. A very naive implementation. 3957 # Backslashes separate directories on plain windows 4961 - Backslashes not followed by double quotes are not special. 4962 - But 2*n+1 backslashes followed by a double quote become 4963 n backslashes followed by a double quote (n >= 0): 4995 unsigned int backslashes; 5001 backslashes = 0; 5008 length += backslashes + 1; 5011 backslashes++; 5013 backslashes = 0 [all...] |
| /src/external/bsd/file/dist/ |
| ltmain.sh | 347 # (escaped) backslashes. A very naive implementation. 5335 # Backslashes separate directories on plain windows 6342 - Backslashes not followed by double quotes are not special. 6343 - But 2*n+1 backslashes followed by a double quote become 6344 n backslashes followed by a double quote (n >= 0): 6376 unsigned int backslashes; 6382 backslashes = 0; 6389 length += backslashes + 1; 6392 backslashes++; 6394 backslashes = 0 [all...] |
| /src/external/bsd/flex/dist/build-aux/ |
| ltmain.sh | 344 # (escaped) backslashes. A very naive implementation. 5332 # Backslashes separate directories on plain windows 6339 - Backslashes not followed by double quotes are not special. 6340 - But 2*n+1 backslashes followed by a double quote become 6341 n backslashes followed by a double quote (n >= 0): 6373 unsigned int backslashes; 6379 backslashes = 0; 6386 length += backslashes + 1; 6389 backslashes++; 6391 backslashes = 0 [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| ltmain.sh | 344 # (escaped) backslashes. A very naive implementation. 5332 # Backslashes separate directories on plain windows 6339 - Backslashes not followed by double quotes are not special. 6340 - But 2*n+1 backslashes followed by a double quote become 6341 n backslashes followed by a double quote (n >= 0): 6373 unsigned int backslashes; 6379 backslashes = 0; 6386 length += backslashes + 1; 6389 backslashes++; 6391 backslashes = 0 [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| ltmain.sh | 344 # (escaped) backslashes. A very naive implementation. 5332 # Backslashes separate directories on plain windows 6339 - Backslashes not followed by double quotes are not special. 6340 - But 2*n+1 backslashes followed by a double quote become 6341 n backslashes followed by a double quote (n >= 0): 6373 unsigned int backslashes; 6379 backslashes = 0; 6386 length += backslashes + 1; 6389 backslashes++; 6391 backslashes = 0 [all...] |
| /src/external/bsd/openldap/dist/build/ |
| ltmain.sh | 344 # (escaped) backslashes. A very naive implementation. 5332 # Backslashes separate directories on plain windows 6339 - Backslashes not followed by double quotes are not special. 6340 - But 2*n+1 backslashes followed by a double quote become 6341 n backslashes followed by a double quote (n >= 0): 6373 unsigned int backslashes; 6379 backslashes = 0; 6386 length += backslashes + 1; 6389 backslashes++; 6391 backslashes = 0 [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/ |
| ltmain.sh | 344 # (escaped) backslashes. A very naive implementation. 5332 # Backslashes separate directories on plain windows 6339 - Backslashes not followed by double quotes are not special. 6340 - But 2*n+1 backslashes followed by a double quote become 6341 n backslashes followed by a double quote (n >= 0): 6373 unsigned int backslashes; 6379 backslashes = 0; 6386 length += backslashes + 1; 6389 backslashes++; 6391 backslashes = 0 [all...] |