Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A Dbreak.out_ascii9 1. before bracket [inside both after list]
12 1. before bracket [inside both
19 inside both after display
24 inside both
32 inside display first line after table second line after
39 inside display after stray tab
44 before broken block [inside both after list]
H A Dbroken.out_markdown12 1. inside both]
18 1. inside list
20 > inside display]
H A Dbroken.out_ascii9 1. inside both] after bracket
12 1. inside list
14 inside display] after bracket
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/
H A Dredefine-inside-pattern.txt1 # REDEFINE: %{global:inside} = @
2 # RUN: echo '<%{global:inside}>'
4 # CHECK: ValueError: Existing substitution whose pattern contains '%{global:inside}' does not …
5 # CHECK-NEXT: Expected pattern: %{global:inside}
6 # CHECK-NEXT: Existing pattern: <%{global:inside}>
H A Ddefine-inside-pattern.txt1 # DEFINE: %{global:inside} = @
2 # RUN: echo '<%{global:inside}>'
4 # CHECK: ValueError: Substitution whose pattern contains '%{global:inside}' is already defined…
5 # CHECK-NEXT: Existing pattern: <%{global:inside}>
/openbsd-src/regress/bin/ksh/
H A Dunclass2.t166 Check that single quotes inside unquoted {} are treated as quotes
176 Check that single quotes inside quoted {} are treated as
187 Check that single quotes inside unquoted {} are treated as quotes,
188 even if that's inside a double-quoted command expansion
198 Check that single quotes inside {} pattern are treated as quotes
208 Check that single quotes inside {} in heredoc are treated
221 Check that single quotes inside nested unquoted {} are
232 Check that single quotes inside nested quoted {} are treated
243 Check that single quotes inside nested unquoted {} are treated
244 as quotes, even if that's inside a double-quoted command expansion
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Op/
H A Dbroken.out_markdown10 "inside first
11 \[inside both" inside second]
H A Dbreak.out_markdown10 \[inside first "inside both]
11 inside second"
H A Dbroken.out_ascii7 before both "inside first [inside both" inside second] after both
/openbsd-src/usr.bin/dig/lib/isc/
H A Dregex.c196 if (seen_char || neg) goto inside; in isc_regex_validate()
201 if (range == 2) goto inside; in isc_regex_validate()
202 if (!seen_char) goto inside; in isc_regex_validate()
238 goto inside; in isc_regex_validate()
245 inside: in isc_regex_validate()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dhp320.h504 int inside; \
505 inside = FALSE; \
509 if (inside) \
512 inside = FALSE; \
517 if (inside) { \
519 inside = FALSE; \
525 if (!inside) { \
529 inside = TRUE; \
534 if (inside) \
/openbsd-src/gnu/gcc/gcc/cp/
H A Drepo.c62 int inside = 0; in extract_string() local
75 else if (! inside && c == ' ') in extract_string()
77 else if (! inside && c == '\\') in extract_string()
80 inside = !inside; in extract_string()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Drepo.c223 int inside = 0; local
233 else if (! inside && c == ' ')
235 else if (! inside && c == '\\')
238 inside = !inside;
/openbsd-src/regress/sbin/pfctl/
H A Dpf5.in3 inside="10.0.0.0/8"
5 block in proto udp from $inside port { echo, $foo, ident } \
H A Dpfail43.ok3 stdin:4: dynamic addresses are not permitted inside tables
4 stdin:5: "no-route" is not permitted inside tables
/openbsd-src/regress/usr.sbin/btrace/
H A Dbeginend.bt2 // ...inside & outside action blocks
11 // Comment inside of a block
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
H A Dcollection.tml45 # Simple array inside a hash with an undef
58 # Simple hash inside a hash with an undef
70 # Mixed hash and scalars inside an array
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dpredicates.md380 rtx inside = XEXP (op, 0);
381 if (GET_CODE (inside) == CONST)
382 inside = XEXP (inside, 0);
384 if (GET_CODE (inside) == LABEL_REF)
387 if (GET_CODE (inside) == PLUS
388 && GET_CODE (XEXP (inside, 0)) == LABEL_REF
389 && GET_CODE (XEXP (inside, 1)) == CONST_INT)
393 if (GET_CODE (inside) == PRE_DEC)
436 rtx inside;
441 inside = XEXP (op, 0);
[all …]
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dpredicates.md225 rtx inside = XEXP (op, 0);
226 if (register_operand (inside, Pmode))
228 if (CONSTANT_ADDRESS_P (inside))
242 rtx inside = XEXP (op, 0);
245 if (register_operand (inside, Pmode))
249 if (GET_CODE (inside) == SYMBOL_REF
250 && (SYMBOL_REF_FLAGS (inside) & SYMBOL_FLAG_FUNCVEC_FUNCTION))
267 rtx inside = XEXP (op, 0);
268 if (register_operand (inside, Pmode))
270 if (CONSTANT_ADDRESS_P (inside))
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dextensions.rst30 space. Type declarations in a Clang module are nested inside one
34 referenced DIE into a ``DW_TAG_module`` inside the same compile unit.
36 When a consumer sees a forward declaration that is nested inside a
94 The debug info inside a ``.pcm`` file may recursively reference
96 generates external references (and debug info inside the modules) for
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dcbacks.t44 "\t", # tab inside pod
48 " \t ", # spaces and tabs inside pod
50 " ", # space inside pod
/openbsd-src/gnu/llvm/clang/www/analyzer/
H A Dmenu.css20 list-style: none inside;
27 list-style-position: inside;
/openbsd-src/regress/usr.bin/mandoc/man/RS/
H A Dnested.out_ascii4 RS-nested - various blocks nested inside reset blocks
31 nesting HP and RS inside RS:
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Dsubtest_bailout.t33 ok($events->[0]->subevents->[-2]->isa('Test2::Event::Bail'), "Got bail out inside outer subtest");
36 ok($events->[0]->subevents->[0]->subevents->[-2]->isa('Test2::Event::Bail'), "Got bail out inside inner subtest");
/openbsd-src/gnu/llvm/clang/
H A DINSTALL.txt36 correctly. From inside the Clang build directory, run 'make test' to run the
43 From inside the Clang build directory, run 'make install' to install the Clang

12345678910>>...41