HomeSort by: relevance | last modified time | path
    Searched refs:newline (Results 1 - 25 of 299) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
source2.scm 19 (newline)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
source2.scm 19 (newline)
  /src/usr.bin/make/unit-tests/
job-output-null.exp 5 3a without newline, 3b without newline.
varname-dot-newline.mk 1 # $NetBSD: varname-dot-newline.mk,v 1.7 2024/06/15 22:06:31 rillig Exp $
3 # Tests for the special .newline variable, which contains a single newline
8 # > After all macro expansion is complete, when an escaped <newline> is
10 # > shall contain the <backslash>, the <newline>, and the next line, except
14 # The above quote assumes that each resulting <newline> character has a "next
15 # line", but that's not how the .newline variable works.
16 BACKSLASH_NEWLINE:= \${.newline}
19 # Check that .newline is read-only
21 NEWLINE:= ${.newline
    [all...]
varname-dot-newline.exp 1 make: varname-dot-newline.mk:28: Cannot overwrite ".newline" as it is read-only
3 make: varname-dot-newline.mk:30: Cannot append to ".newline" as it is read-only
5 make: varname-dot-newline.mk:32: Cannot delete ".newline" as it is read-only
11 backslash newline: <\
unexport.mk 12 # was not reachable though. At that point, backslash-newline has already
19 .unexport ${.newline} UT_AFTER_NL
escape.mk 9 # unescaped <newline> is reached.
11 # When an escaped <newline> (one preceded by a <backslash>) is found
17 # When an escaped <newline> is found in a command line in a
19 # <newline>, and the next line, except that the first character of
22 # When an escaped <newline> is found in an include line or in a
27 # <backslash><anything other than newline> is not mentioned. I think
29 # except before <newline>.
36 # newline in a variable assignment simply stores the backslashes as part
37 # of the value, and treats the newline as though it was not escaped.
38 # Similarly, an even number of backslashes before a newline in
    [all...]
varmod-quote-dollar.mk 7 # The newline and space characters at the beginning of this string are passed
10 ASCII_CHARS= ${.newline} !"\#$$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~
opt-jobs.mk 22 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
49 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
job-output-long-lines.mk 12 # not terminated by a newline. Because of this missing newline, the job
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/
hello.scm 17 (newline)
19 (newline)
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
ui_mock.cpp 52 /// \param message The line to print and record, without the trailing newline
54 /// \param newline Whether to append a newline to the message or not.
56 ui_mock::err(const std::string& message, const bool newline)
58 if (newline)
70 /// \param message The line to print and record, without the trailing newline
72 /// \param newline Whether to append a newline to the message or not.
74 ui_mock::out(const std::string& message, const bool newline)
76 if (newline)
    [all...]
  /src/usr.bin/from/
from.c 62 int ch, newline; local
118 for (newline = 1; fgets(buf, sizeof(buf), stdin);) {
120 newline = 1;
123 if (newline && !strncmp(buf, "From ", 5) &&
126 newline = 0;
  /src/lib/libc/time/
tzselect.ksh 32 # if VALUE contains \, ", or newline, awk scripts in this file use:
44 # Output one argument as-is to standard output, with trailing newline.
196 newline='
198 IFS=$newline
441 IFS=$newline;;
649 *"$newline"*)
692 *"$newline"*)
767 say >&2 " $time$newline $country_result$newline $region";;
768 ?*%?*%%|?*%%?*%) say >&2 " $time$newline $country_result$region";
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
check_GNU_style.py 42 with open(filename, newline='\n') as diff_file:
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-disp-step-self-call.exp 22 set newline "\[\r\n\]*"
i386-disp-step-self-call.exp 22 set newline "\[\r\n\]*"
amd64-disp-step.exp 22 set newline "\[\r\n\]*"
163 global newline
171 gdb_test "p (int) \$${reg}" " = ${expected}${newline}" "${reg} expected value"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-disp-step-self-call.exp 22 set newline "\[\r\n\]*"
i386-disp-step-self-call.exp 22 set newline "\[\r\n\]*"
amd64-disp-step.exp 22 set newline "\[\r\n\]*"
163 global newline
171 gdb_test "p (int) \$${reg}" " = ${expected}${newline}" "${reg} expected value"
  /src/usr.bin/tftp/
tftpsubs.c 77 static int newline = 0; /* fillbuf: in middle of newline expansion */ variable
98 newline = 0; /* init crlf flag */
160 if (newline) {
164 newline = 0;
172 newline = 1;
  /src/usr.bin/error/
subr.c 237 static char newline[] = NEWLINE; variable
252 { /*INAS 3*/ "as", ASINCOMMENT, newline },
258 { /*INFRANZ 9*/ "franz", lispincomment, newline },
259 { /*INLISP 10*/ "lisp", lispincomment, newline },
260 { /*INVAXIMA 11*/ "vaxima", lispincomment, newline },
264 { /*INAPL 15*/ "apl", ".lm", newline },
265 { /*INMAKE 16*/ "make", ASINCOMMENT, newline },
  /src/bin/sh/
mktokens 48 TNL 0 newline
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
find.exp 38 set newline "\[\r\n\]*"
39 set pattern_not_found "${newline}Pattern not found\[.\]"
40 set one_pattern_found "${newline}1 pattern found\[.\]"
41 set two_patterns_found "${newline}2 patterns found\[.\]"
51 "${hex_number}.*<int8_search_buf\\+10>${newline}${hex_number}.*<int8_search_buf\\+11>${two_patterns_found}" \
162 "${hex_number}${newline}${hex_number}${two_patterns_found}" \

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>