HomeSort by: relevance | last modified time | path
    Searched refs:backslashes (Results 1 - 16 of 16) sorted by relevancy

  /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
opt-debug-errors.mk 34 # 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.
varmod-undefined.mk 46 # other backslashes are retained.
char-005c-reverse-solidus.mk 31 # The variable value contains two backslashes.
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
varmod-ifelse.mk 193 # works if the expanded values neither contain quotes nor backslashes. For
194 # strings containing quotes or backslashes, the '?:' modifier should not be
cond-token-plain.mk 169 # function argument thus stays '\\' (2 backslashes). This string is passed
varmod-loop.mk 213 # '@' and '\', respectively; all other backslashes are retained.
  /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/sys/external/isc/libsodium/dist/m4/
libtool.m4 1241 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
1588 # Note that $ac_compile itself does not contain backslashes and begins
2071 # Note that $ac_compile itself does not contain backslashes and begins

Completed in 29 milliseconds