Searched refs:backslashes (Results 1 - 25 of 62) sorted by relevance

123

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dquotearg.c96 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...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dw32spawn.h75 - 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;
143 for (j = backslashes
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dcomment.mk42 # 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. \\\\\\\\\
H A Descape.mk35 # 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
H A Dopt-debug-errors-jobs.mk30 # It is a common style to align the continuation backslashes at the right
H A Dvarmod-edge.mk33 # 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.
H A Dvarmod-undefined.mk46 # other backslashes are retained.
H A Dvarmod-match-escape.mk3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
H A Ddirective-for-escape.mk24 # 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
/netbsd-current/external/gpl3/gdb.old/dist/
H A Ddjunpack.bat15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
H A Dltmain.sh4107 - But 2*n+1 backslashes followed by a double quote become
4108 n backslashes followed by a double quote (n >= 0):
4140 unsigned int backslashes;
4146 backslashes = 0;
4153 length += backslashes + 1;
4156 backslashes++;
4158 backslashes = 0;
4161 length += backslashes + 1;
4166 backslashes = 0;
4175 for (j = backslashes
[all...]
/netbsd-current/external/gpl3/gdb/dist/
H A Ddjunpack.bat15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
H A Dltmain.sh4107 - But 2*n+1 backslashes followed by a double quote become
4108 n backslashes followed by a double quote (n >= 0):
4140 unsigned int backslashes;
4146 backslashes = 0;
4153 length += backslashes + 1;
4156 backslashes++;
4158 backslashes = 0;
4161 length += backslashes + 1;
4166 backslashes = 0;
4175 for (j = backslashes
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-csharp-318 // Two backslashes (unlike in Java, where this is just one backslash).
101 #. Two backslashes (unlike in Java, where this is just one backslash).
/netbsd-current/external/bsd/am-utils/dist/
H A Dltmain.sh411 # (escaped) backslashes. A very naive implementation.
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;
5016 length += backslashes + 1;
5021 backslashes
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dltmain.sh4107 - But 2*n+1 backslashes followed by a double quote become
4108 n backslashes followed by a double quote (n >= 0):
4140 unsigned int backslashes;
4146 backslashes = 0;
4153 length += backslashes + 1;
4156 backslashes++;
4158 backslashes = 0;
4161 length += backslashes + 1;
4166 backslashes = 0;
4175 for (j = backslashes
[all...]
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
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;
6394 length += backslashes + 1;
6399 backslashes
[all...]
/netbsd-current/external/lgpl3/gmp/dist/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
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;
6394 length += backslashes + 1;
6399 backslashes
[all...]
/netbsd-current/external/lgpl3/mpc/dist/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
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;
6394 length += backslashes + 1;
6399 backslashes
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
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;
6394 length += backslashes + 1;
6399 backslashes
[all...]
/netbsd-current/external/bsd/unbound/dist/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
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;
6394 length += backslashes + 1;
6399 backslashes
[all...]
/netbsd-current/external/mit/expat/dist/conftools/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
6388 - But 2*n+1 backslashes followed by a double quote become
6389 n backslashes followed by a double quote (n >= 0):
6421 unsigned int backslashes;
6427 backslashes = 0;
6434 length += backslashes + 1;
6437 backslashes++;
6439 backslashes = 0;
6442 length += backslashes + 1;
6447 backslashes
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh344 # (escaped) backslashes. A very naive implementation.
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;
6394 length += backslashes + 1;
6399 backslashes
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dltmain.sh411 # (escaped) backslashes. A very naive implementation.
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;
5016 length += backslashes + 1;
5021 backslashes
[all...]
/netbsd-current/external/gpl3/gcc/dist/
H A Dltmain.sh4107 - But 2*n+1 backslashes followed by a double quote become
4108 n backslashes followed by a double quote (n >= 0):
4140 unsigned int backslashes;
4146 backslashes = 0;
4153 length += backslashes + 1;
4156 backslashes++;
4158 backslashes = 0;
4161 length += backslashes + 1;
4166 backslashes = 0;
4175 for (j = backslashes
[all...]

Completed in 521 milliseconds

123