| /openbsd-src/regress/usr.bin/mandoc/mdoc/break/ |
| H A D | twice.out_lint | 1 mandoc: twice.in:13:2: WARNING: blocks badly nested: Bro breaks Ao 2 mandoc: twice.in:14:2: WARNING: blocks badly nested: Bo breaks Ao 3 mandoc: twice.in:20:12: WARNING: blocks badly nested: Bro breaks Aq 4 mandoc: twice.in:20:19: WARNING: blocks badly nested: Bo breaks Aq 5 mandoc: twice.in:26:2: WARNING: blocks badly nested: Bo breaks Ao 6 mandoc: twice.in:27:2: WARNING: blocks badly nested: Bo breaks Ao 7 mandoc: twice.in:33:11: WARNING: blocks badly nested: Bo breaks Aq 8 mandoc: twice.in:33:17: WARNING: blocks badly nested: Bo breaks Aq 9 mandoc: twice.in:37:8: WARNING: blocks badly nested: Bq breaks Po 10 mandoc: twice.in:37:2: WARNING: blocks badly nested: Aq breaks Po
|
| H A D | two.out_lint | 1 mandoc: two.in:13:2: WARNING: blocks badly nested: Ao breaks Bro 2 mandoc: two.in:18:2: WARNING: blocks badly nested: Aq breaks Bro 3 mandoc: two.in:25:2: WARNING: blocks badly nested: Ao breaks Bro 4 mandoc: two.in:26:2: WARNING: blocks badly nested: Bo breaks Bro 5 mandoc: two.in:30:2: WARNING: blocks badly nested: Aq breaks Bro 6 mandoc: two.in:31:2: WARNING: blocks badly nested: Bo breaks Bro 7 mandoc: two.in:37:2: WARNING: blocks badly nested: Ao breaks Bo 8 mandoc: two.in:42:2: WARNING: blocks badly nested: Aq breaks Bo
|
| H A D | tail.out_lint | 1 mandoc: tail.in:12:2: WARNING: blocks badly nested: Ao breaks Bo 2 mandoc: tail.in:16:2: WARNING: blocks badly nested: Ao breaks Bo 3 mandoc: tail.in:21:2: WARNING: blocks badly nested: Aq breaks Bo 4 mandoc: tail.in:23:2: WARNING: blocks badly nested: Aq breaks Bo 5 mandoc: tail.in:47:2: WARNING: blocks badly nested: Bro breaks Po
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Eo/ |
| H A D | break.out_lint | 1 mandoc: break.in:15:2: WARNING: blocks badly nested: Eo breaks Bo 2 mandoc: break.in:24:2: WARNING: blocks badly nested: Eo breaks Bo 3 mandoc: break.in:30:2: WARNING: blocks badly nested: Eo breaks Bo 4 mandoc: break.in:36:2: WARNING: blocks badly nested: Eo breaks Bo 5 mandoc: break.in:45:2: WARNING: blocks badly nested: Bo breaks Eo 6 mandoc: break.in:52:2: WARNING: blocks badly nested: Bo breaks Eo 7 mandoc: break.in:60:2: WARNING: blocks badly nested: Bo breaks Eo 8 mandoc: break.in:67:2: WARNING: blocks badly nested: Bo breaks Eo
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/ |
| H A D | nested.out_tag | 1 NAME nested.mandoc_ascii 3 2 DESCRIPTION nested.mandoc_ascii 6 3 outer nested.mandoc_ascii 11 4 inner nested.mandoc_ascii 13 5 outer nested.mandoc_ascii 17 6 inner nested.mandoc_ascii 19
|
| H A D | nested.out_lint | 1 mandoc: nested.in:18:2: WARNING: nested displays are not portable: Bd in Bd 2 mandoc: nested.in:31:2: WARNING: nested displays are not portable: Bd in Bd
|
| H A D | Makefile | 3 REGRESS_TARGETS = beforeNAME blank centered nested nf paragraph spacing 7 TAG_TARGETS = nested paragraph spacing 8 LINT_TARGETS = beforeNAME blank nested badargs break broken unclosed 9 HTML_TARGETS = nested nf paragraph
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | break.out_lint | 1 mandoc: break.in:14:2: WARNING: blocks badly nested: Bl breaks Bo 2 mandoc: break.in:22:2: WARNING: blocks badly nested: Bl breaks Bo 4 mandoc: break.in:33:2: WARNING: blocks badly nested: Bl breaks Bd 5 mandoc: break.in:42:2: WARNING: blocks badly nested: Bl breaks Bd 7 mandoc: break.in:54:2: WARNING: blocks badly nested: Bl breaks Bd 8 mandoc: break.in:57:2: WARNING: blocks badly nested: Bl breaks Bd 10 mandoc: break.in:64:2: WARNING: blocks badly nested: Bl breaks Bd 12 mandoc: break.in:72:2: WARNING: blocks badly nested: Bl breaks Bo 14 mandoc: break.in:77:2: WARNING: blocks badly nested: Bl breaks Bo
|
| H A D | broken.out_lint | 1 mandoc: broken.in:14:2: WARNING: blocks badly nested: Bo breaks Bl 2 mandoc: broken.in:24:2: WARNING: blocks badly nested: Bo breaks Bd
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
| H A D | mangle2.C | 7 static int nested; in f() local 8 nested = 24; in f() 10 static int nested; in f() local 11 nested = 42; in f() 13 return (nested != 24); in f()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | nest12.C | 4 class nested; member 5 nested *nptr; 6 class nested { 14 nptr = new enclose::nested; in f() 20 obj.nptr = new enclose::nested; in g()
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | unclass2.t | 185 name: single-quotes-in-braces-nested 219 name: single-quotes-in-nested-braces 221 Check that single quotes inside nested unquoted {} are 230 name: single-quotes-in-nested-quoted-braces 232 Check that single quotes inside nested quoted {} are treated 241 name: single-quotes-in-nested-braces-nested 243 Check that single quotes inside nested unquoted {} are treated 252 name: single-quotes-in-nested-brace-pattern 254 Check that single quotes inside nested {} pattern are treated as quotes 262 name: single-quotes-in-heredoc-nested-braces [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
| H A D | inherit_trace.t | 28 is($st->trace->nested, 0, "base subtest is not nested"); 30 is($_->trace->nested, 1, "subevent is nested") for @{$st->subevents};
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | team.c | 62 bool nested; member 93 if (data->nested) in gomp_thread_start() 184 bool nested; in gomp_team_start() local 188 nested = thr->ts.team != NULL; in gomp_team_start() 213 if (!nested) in gomp_team_start() 284 start_data->nested = nested; in gomp_team_start() 293 gomp_barrier_wait (nested ? &team->barrier : &gomp_threads_dock); in gomp_team_start()
|
| /openbsd-src/regress/usr.bin/mandoc/tbl/macro/ |
| H A D | Makefile | 3 REGRESS_TARGETS = column man nested req 4 LINT_TARGETS = man nested req 13 SKIP_GROFF = column nested req
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Op/ |
| H A D | break.out_lint | 1 mandoc: break.in:10:2: WARNING: blocks badly nested: Op breaks Do 2 mandoc: break.in:16:7: WARNING: blocks badly nested: Op breaks Do 3 mandoc: break.in:16:2: WARNING: blocks badly nested: Op breaks Do
|
| H A D | broken.out_lint | 1 mandoc: broken.in:11:17: WARNING: blocks badly nested: Do breaks Op 2 mandoc: broken.in:16:15: WARNING: blocks badly nested: Do breaks Op
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | fini.c | 230 void testname (bool nested, int indent, name first, name last); 231 void testnames (bool nested, int indent, int len, name first, name last); 627 testname (bool nested, int indent, name first, name last) in testname() argument 634 assert (!nested || indent >= 2); in testname() 648 if (nested) in testname() 692 if (nested) in testname() 701 testnames (bool nested, int indent, int len, name first, name last) in testnames() argument 708 assert (!nested || indent >= 2); in testnames() 722 if (nested) in testnames() 766 if (nested) in testnames()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/ |
| H A D | 02_extbrk.t | 47 {a nested { and } are okay as are () and <> pairs and escaped \}'s }; 48 {a nested\n{ and } are okay as are\n() and <> pairs and escaped \}'s }; 51 {a nested { and } are okay as are unbalanced ( and < pairs and escaped \}'s }; 54 {an unmatched nested { isn't okay, nor are ( and < }; 55 {an unbalanced nested [ even with } and ] to match them;
|
| /openbsd-src/regress/usr.sbin/btrace/ |
| H A D | if.bt | 42 printf("nested not printed\n"); 44 printf("nested printed\n"); 46 printf("nested not printed\n");
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | tem04.C | 41 template <template <typename T6> class T7> class nested {// ERROR - .* 44 nested(): value( int(0)) {} in nested() function 105 template <class C14> class nested {// ERROR - .* 108 nested(): value( T16(0)) {} in nested() function
|
| H A D | tem03.C | 51 template <class T6> class nested {// ERROR - .* 54 nested(): value( T6(0)) {} in nested() function 181 template <long l> class nested {// ERROR - . 184 nested(): value(0) {} in nested() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/ |
| H A D | scope09.C | 6 class nested { 13 class nested_derived : public nested {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| H A D | Event.pm | 293 sub nested { subroutine 296 Carp::cluck("Use of Test2::Event->nested() is deprecated, use Test2::Event->trace->nested instead") 300 return $hubs->[0]->{nested} if @$hubs; 304 return $trace->{nested}; 315 return undef unless $hubs->[0]->{nested}; 320 return undef unless $trace->{nested}; 407 initial tool (though multiple tools may have been nested under the initial 533 nested facet hashrefs B<MUST> be bare, though items contained within each 588 This facet contains nested event [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | nested-2.m | 5 inline int nested (void) 10 if (nested () != 1)
|