Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmisc.c78 register int backslash; in collapse_continuations() local
94 backslash = 0; in collapse_continuations()
98 if (backslash) in collapse_continuations()
100 backslash = !backslash; in collapse_continuations()
117 if (backslash) in collapse_continuations()
432 register int backslash = 0; in end_of_token_w32() local
435 && (backslash || !isblank ((unsigned char)*p))) in end_of_token_w32()
439 backslash = !backslash; in end_of_token_w32()
442 backslash = !backslash; in end_of_token_w32()
447 backslash = 0; in end_of_token_w32()
Dcommands.c298 int backslash = 1; in chop_commands() local
301 backslash = !backslash; in chop_commands()
302 if (backslash) in chop_commands()
Dread.c1105 register int backslash = 0; in eval() local
1107 backslash = !backslash; in eval()
1108 if (backslash) in eval()
2512 int backslash = 0; in readstring() local
2526 backslash = !backslash; in readstring()
2527 if (!backslash) in readstring()
2564 int backslash; in readline() local
2601 backslash = 0; in readline()
2606 backslash = !backslash; in readline()
2609 if (!backslash) in readline()
Dconfigh.dos116 /* Grok DOS paths (drive specs and backslash path element separators) */
DREADME.DOS292 you use a Unix-style shell (where a backslash is a quote
300 (backslash is special in filename wildcards, and I didn't want
DNEWS48 backslash-newline sequences in command strings has changed. If your
49 makefiles use backslash-newline sequences inside of single-quoted
60 backslash is now preserved, so you'll need to remove it.
376 you'll have to escape them with a backslash: "foo : bar\=baz".
805 * The % character can be quoted with backslash in implicit pattern rules,
DChangeLog273 the changes made in 3.81 for backslash/newline and SHELL handling.
358 handling of backslash-newline sequences. Mention the differences
363 backward-incompatible processing of backslash-newline sequences.
578 backslash-newline behavior (where they are stripped).
643 backslash/newline pairs according to POSIX: that is, keep the
644 backslash-newline in the command script, but remove a following
647 of quotes. In the slow path, quote the backslash and put a
1230 * read.c (readstring): Fix some logic errors in backslash handling.
1634 DOS-style pathnames: backslash separators and drive specifiers.
Dreadme.vms277 You can use a : in a filename only if you preceed it with a backslash ('\').
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments3 ."backslash within makefiles.";
8 ."comment to the next line using a backslash. To test whether\n"
/ndk/sources/host-tools/make-3.81/config/
Dpo.m4230 # Find a way to echo strings without interpreting backslash.
264 # See if the line ends in a backslash.
268 # Print the line, without the trailing backslash.
271 # There was no trailing backslash. The end of the variable definition is
277 # A trailing backslash means that the variable definition continues in the
Dtexinfo.tex1054 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
3224 \escapechar = `\\ % use backslash in output files.
3516 % so it will be output as is; and it will print as backslash.
5655 % backslash to get it printed correctly. Previously, we had
5763 % \\ in macro replacement text gets you a backslash.
7142 % \backslashcurfont outputs one backslash character in current font,
7151 % In texinfo, backslash is an active character; it prints the backslash
7187 % a backslash.
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral3194 # determination _after_ the backslash-newline handling.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-2928 * The arrangement of lines and backslash-newline combinations in
3291 * %, quoting with \ (backslash) <1>: Text Functions. (line 26)
3292 * %, quoting with \ (backslash) <2>: Static Usage. (line 37)
3293 * %, quoting with \ (backslash): Selective Search. (line 38)
3500 * \ (backslash), for continuation lines: Simple Makefile. (line 40)
3501 * \ (backslash), in commands: Splitting Lines. (line 6)
3502 * \ (backslash), to quote % <1>: Text Functions. (line 26)
3503 * \ (backslash), to quote % <2>: Static Usage. (line 37)
3504 * \ (backslash), to quote %: Selective Search. (line 38)
3529 * backslash (\), for continuation lines: Simple Makefile. (line 40)
[all …]
Dmake.texi591 We split each long line into two lines using backslash-newline; this is
594 @cindex @code{\} (backslash), for continuation lines
595 @cindex backslash (@code{\}), for continuation lines
1004 rest of the line are ignored, except that a trailing backslash not
1005 escaped by another backslash will continue the comment across multiple
1008 @code{#}, escape it with a backslash (e.g., @code{\#}). Comments may
1943 You may split a long line by inserting a backslash followed by a
2042 preceding it with a backslash. Thus, @file{foo\*bar} would refer to a
2162 wildcard expansion, where backslash is a quote character. Therefore,
2340 @cindex @code{%}, quoting with @code{\} (backslash)
[all …]
Dmake.info-1533 We split each long line into two lines using backslash-newline; this is
872 of the line are ignored, except that a trailing backslash not
873 escaped by another backslash will continue the comment across
876 want a literal `#', escape it with a backslash (e.g., `\#').
1668 You may split a long line by inserting a backslash followed by a
1751 preceding it with a backslash. Thus, `foo\*bar' would refer to a
1841 wildcard expansion, where backslash is a quote character. Therefore,
3012 checking for a backslash just before the newline. As in normal
3014 the makefile by placing a backslash before each newline. A sequence of
3019 makefile, backslash-newline pairs are _not_ removed from the command.
[all …]
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog197 backslash-newline behavior in command scripts: various types of
666 * scripts/features/escape: Add a test for backslash-escaped spaces
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.010309 # likewise P contains macro parameters if any. Preserve backslash