Searched refs:newline (Results 1 - 25 of 271) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dsource2.scm19 (newline)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dsource2.scm19 (newline)
/netbsd-current/usr.bin/make/unit-tests/
H A Djob-output-null.exp5 3a without newline, 3b without newline.
H A Dvarname-dot-newline.mk1 # $NetBSD: varname-dot-newline.mk,v 1.6 2023/01/26 20:48:18 sjg 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...]
H A Dunexport.mk12 # was not reachable though. At that point, backslash-newline has already
19 .unexport ${.newline} UT_AFTER_NL
H A Descape.mk9 # 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 i
[all...]
H A Dvarmod-quote-dollar.mk7 # The newline and space characters at the beginning of this string are passed
10 ASCII_CHARS= ${.newline} !"\#$$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~
H A Dopt-jobs.mk22 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
49 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
H A Djob-output-long-lines.mk12 # not terminated by a newline. Because of this missing newline, the job
H A Dopt-debug-errors-jobs.mk10 all: fail-newline
21 fail-newline:
22 echo 'line1${.newline}line2'; false
H A Dopt-debug-errors-jobs.exp26 *** Failed target: fail-newline
29 echo 'line1${.newline}line2'; false
32 *** [fail-newline] Error code 1
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/
H A Dhello.scm17 (newline)
19 (newline)
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui_mock.cpp52 /// \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) argument
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) argument
76 if (newline)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dpr25543.d6 \[ 0\] line1 : This is a line without a newline at the end
7 \[ 34\] line2 : This is a line with a newline at the end\\n
9 newline in the middle
/netbsd-current/usr.bin/from/
H A Dfrom.c62 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;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-disp-step.exp26 set newline "\[\r\n\]*"
164 global newline
172 gdb_test "p (int) \$${reg}" " = ${expected}${newline}" "${test_name} ${reg} expected value"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-disp-step.exp26 set newline "\[\r\n\]*"
163 global newline
171 gdb_test "p (int) \$${reg}" " = ${expected}${newline}" "${test_name} ${reg} expected value"
/netbsd-current/usr.bin/tftp/
H A Dtftpsubs.c77 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;
/netbsd-current/lib/libc/time/
H A Dtzselect.ksh49 # Output one argument as-is to standard output, with trailing newline.
204 newline='
206 IFS=$newline
418 IFS=$newline;;
563 *"$newline"*)
602 *"$newline"*)
675 say >&2 " $time$newline $country_result$newline $region";;
676 ?*%?*%%|?*%%?*%) say >&2 " $time$newline $country_result$region";;
678 %?*%?*%) say >&2 " $country_result$newline
[all...]
/netbsd-current/usr.bin/error/
H A Dsubr.c237 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 },
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_abi_list.py21 return open(file, 'w', newline='\n')
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfind.exp38 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\[.\]"
48 "${hex_number}.*<int8_search_buf\\+10>${newline}${hex_number}.*<int8_search_buf\\+11>${two_patterns_found}" \
159 "${hex_number}${newline}${hex_number}${two_patterns_found}" \
/netbsd-current/bin/sh/
H A Dmktokens48 TNL 0 newline
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfind.exp38 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}" \
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtesters.cpp75 /// Drops the trailing newline in a string and replaces others with a literal.
89 std::string::size_type newline = output.find('\n', 0); local
90 while (newline != std::string::npos) {
91 output.replace(newline, 1, "<<NEWLINE>>");
92 newline = output.find('\n', newline + 1);

Completed in 345 milliseconds

1234567891011