Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dws-and-continuations.txt14 # v~~ intentional whitespace
19 # v intentional whitespace
26 # DEFINE:%{no-whitespace}=abc
27 # RUN: echo "'%{no-whitespace}'"
30 # REDEFINE:%{no-whitespace}=HelloWorld
31 # RUN: echo "'%{no-whitespace}'"
46 # Exact whitespace is preserved within the value, but whitespace enclosing the
52 # RUN: echo "'%{whitespace}'"
55 # REDEFINE: %{whitespace} = Hello World
56 # RUN: echo "'%{whitespace}'"
[all …]
H A Dvalue-equals.txt11 # DEFINE: %{continue-equals} = FileCheck -strict-whitespace -match-full-lines \
14 # CHECK: FileCheck -strict-whitespace -match-full-lines -check-prefixes=FOO,BAR
/openbsd/regress/usr.bin/mandoc/roff/args/
H A Droff.out_lint1 mandoc: roff.in:31:15: STYLE: whitespace at end of input line
2 mandoc: roff.in:33:16: STYLE: whitespace at end of input line
3 mandoc: roff.in:35:17: STYLE: whitespace at end of input line
4 mandoc: roff.in:55:27: STYLE: whitespace at end of input line
5 mandoc: roff.in:57:28: STYLE: whitespace at end of input line
6 mandoc: roff.in:59:29: STYLE: whitespace at end of input line
10 mandoc: roff.in:66:12: STYLE: whitespace at end of input line
12 mandoc: roff.in:67:16: STYLE: whitespace at end of input line
14 mandoc: roff.in:69:13: STYLE: whitespace at end of input line
16 mandoc: roff.in:70:17: STYLE: whitespace at end of input line
H A Dmdoc.out_lint1 mandoc: mdoc.in:38:13: STYLE: whitespace at end of input line
2 mandoc: mdoc.in:42:14: STYLE: whitespace at end of input line
3 mandoc: mdoc.in:46:15: STYLE: whitespace at end of input line
4 mandoc: mdoc.in:86:25: STYLE: whitespace at end of input line
5 mandoc: mdoc.in:90:26: STYLE: whitespace at end of input line
6 mandoc: mdoc.in:94:27: STYLE: whitespace at end of input line
10 mandoc: mdoc.in:107:10: STYLE: whitespace at end of input line
12 mandoc: mdoc.in:108:14: STYLE: whitespace at end of input line
14 mandoc: mdoc.in:112:11: STYLE: whitespace at end of input line
16 mandoc: mdoc.in:113:15: STYLE: whitespace at end of input line
H A Dman.out_lint1 mandoc: man.in:35:13: STYLE: whitespace at end of input line
2 mandoc: man.in:39:14: STYLE: whitespace at end of input line
3 mandoc: man.in:43:15: STYLE: whitespace at end of input line
4 mandoc: man.in:83:25: STYLE: whitespace at end of input line
5 mandoc: man.in:87:26: STYLE: whitespace at end of input line
6 mandoc: man.in:91:27: STYLE: whitespace at end of input line
/openbsd/regress/usr.bin/mandoc/mdoc/Bd/
H A Dblank.out_lint1 mandoc: blank.in:13:1: STYLE: whitespace at end of input line
2 mandoc: blank.in:15:1: STYLE: whitespace at end of input line
3 mandoc: blank.in:17:1: STYLE: whitespace at end of input line
5 mandoc: blank.in:30:36: STYLE: whitespace at end of input line
6 mandoc: blank.in:31:37: STYLE: whitespace at end of input line
7 mandoc: blank.in:32:32: STYLE: whitespace at end of input line
8 mandoc: blank.in:39:8: STYLE: whitespace at end of input line
/openbsd/regress/usr.bin/mandoc/roff/string/
H A Dname.out_lint4 mandoc: name.in:18:28: STYLE: whitespace at end of input line
6 mandoc: name.in:20:6: STYLE: whitespace at end of input line
8 mandoc: name.in:28:5: STYLE: whitespace at end of input line
10 mandoc: name.in:30:4: STYLE: whitespace at end of input line
12 mandoc: name.in:38:6: STYLE: whitespace at end of input line
14 mandoc: name.in:40:5: STYLE: whitespace at end of input line
16 mandoc: name.in:42:4: STYLE: whitespace at end of input line
/openbsd/regress/usr.bin/pkg-config/
H A DMakefile62 whitespace-cflags \
63 whitespace-libs \
64 whitespace-linebreak \
65 whitespace-requires-1 \
66 whitespace-requires-2 \
67 whitespace-name \
68 whitespace-property-1 \
69 whitespace-property-2 \
471 whitespace-cflags:
477 whitespace-libs:
[all …]
/openbsd/gnu/lib/libreadline/
H A Dvi_mode.c285 if (!whitespace (rl_line_buffer[rl_point + 1]))
405 if (!whitespace (rl_line_buffer[rl_point]) &&
406 whitespace (rl_line_buffer[rl_point - 1]))
427 if (!whitespace (rl_line_buffer[rl_point]))
466 !whitespace (rl_line_buffer[rl_point]) && rl_point < rl_end)
487 if (!whitespace (rl_line_buffer[rl_point]) &&
488 whitespace (rl_line_buffer[rl_point - 1]))
509 !whitespace (rl_line_buffer[rl_point]));
522 if (!whitespace (rl_line_buffer[rl_point]))
534 && !whitespace (rl_line_buffer[rl_point]));
[all …]
H A Dhistlib.h53 #ifndef whitespace
54 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/
H A DMakefile.am19 macro-at menu-whitespace \
21 node-expand node-value node-whitespace \
34 macro-at.txi menu-whitespace.txi \
35 node-expand.txi node-value.txi node-whitespace.txi \
H A Dnode-whitespace7 ../makeinfo $srcdir/node-whitespace.txi
8 test -s node-whitespace.info
11 rm -f node-whitespace.info
H A Dnode-whitespace.txi3 @setfilename node-whitespace.info
5 @c Makeinfo should collapse whitespace in node names.
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/
H A Ds-whitespace2 S<> whitespace
7 This is S<some whitespace>.
11 This is some whitespace.
H A Dnonbreaking-space7 This is some S< > whitespace.
11 This is some whitespace.
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dx-whitespace-entry2 X<> matching whitespace
7 Index entry matching a whitespace escape.X<\n>
12 Index entry matching a whitespace escape.
/openbsd/regress/usr.bin/mandoc/char/space/
H A Dtrailing-mdoc.out_lint1 mandoc: trailing-mdoc.in:9:16: STYLE: whitespace at end of input line
2 mandoc: trailing-mdoc.in:11:12: STYLE: whitespace at end of input line
3 mandoc: trailing-mdoc.in:12:27: STYLE: whitespace at end of input line
/openbsd/regress/usr.bin/mandoc/mdoc/Tg/
H A Dwarn.out_lint3 mandoc: warn.in:18:5: ERROR: skipping tag containing whitespace: Tg \&badstart
4 mandoc: warn.in:20:11: ERROR: skipping tag containing whitespace: Tg badend\&
5 mandoc: warn.in:22:10: ERROR: skipping tag containing whitespace: Tg white space
/openbsd/gnu/usr.bin/perl/cpan/MIME-Base64/
H A DBase64.xs441 char *whitespace = 0; variable
449 if (!whitespace)
450 whitespace = str;
457 whitespace = 0;
461 if (whitespace) {
462 while (whitespace < str) {
463 *r++ = *whitespace++;
465 whitespace = 0;
494 if (whitespace) {
495 while (whitespace < str) {
[all …]
/openbsd/gnu/lib/libreadline/examples/
H A Dfileman.c164 while (line[i] && whitespace (line[i]))
168 while (line[i] && !whitespace (line[i]))
183 while (whitespace (line[i]))
215 for (s = string; whitespace (*s); s++)
222 while (t > s && whitespace (*t))
/openbsd/gnu/usr.bin/texinfo/info/
H A Dinfo.h50 #if !defined (whitespace)
51 # define whitespace(c) ((c == ' ') || (c == '\t')) macro
55 # define whitespace_or_newline(c) (whitespace (c) || (c == '\n'))
/openbsd/regress/usr.bin/pkg-config/pcdir/
H A Dwhitespace-requires-1.pc4 Requires: whitespace-prop-2 >= 0 whitespace-prop-2 >= 0
H A Dwhitespace-requires-2.pc4 Requires: whitespace-prop-2 >= 0 whitespace-prop-2 >= 0
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
H A Dquoting.tml118 # Escapes without whitespace
126 # Escapes with whitespace
127 === Multiple escaping of escape with whitespace ok
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcontinuations.txt10 # v~~ intentional whitespace
13 # ^ intentional whitespace

12345678910>>...18