| /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/ |
| H A D | multi.t | 33 sub UNIVERSAL::Okay :ATTR(BEGIN) { 77 my $y1 :Okay(1,9); 78 my @y1 :Okay(1,10); 79 my %y1 :Okay(1,11); 80 sub y1 :Okay(1,12) {} 102 my $y3 :Okay(1,24); 103 my @y3 :Okay(1,25); 104 my %y3 :Okay(1,26); 105 sub y3 :Okay(1,27) {} 109 my $x11 :Okay(1,1); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/feature/ |
| H A D | switch | 65 given (1) {print "Okay here\n";} 70 Okay here 76 given (1) { when(1) {print "Okay here\n";} } 81 Okay here 87 given (1) { default {print "Okay here\n";} } 92 Okay here 108 given (1) { when(1) {print "Okay here\n";} } 113 Okay here 119 given (1) { when(1) {print "Okay here\n";} } 124 Okay here
|
| /openbsd-src/regress/usr.bin/m4/ |
| H A D | synch1.m4 | 12 Okay, some more input.
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-06-TypeNotationDebate.txt | 36 Okay before you comment, please look at:
|
| H A D | 2001-02-06-TypeNotationDebateResp1.txt | 8 > Okay before you comment, please look at:
|
| H A D | 2001-02-09-AdveCommentsResponse.txt | 82 Okay, that comment is removed. 118 Okay, once we get the above stuff figured out, I'll put it all in the
|
| H A D | 2000-11-18-EarlyDesignIdeasResp.txt | 6 Okay... here are a few of my thoughts on this (it's good to know that we
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | locale.t | 931 my %Okay; 1078 push @{$Okay{$i}}, $Locale; 2608 || ! defined $Okay{$test_num} 2609 || ! @{$Okay{$test_num}}; 2628 if ( ($Okay{$test_num} || $Known_bad_locale{$test_num})
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | poderrs.t | 46 Okay, now use a non-empty blank line to terminate a paragraph and make
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 3166 bool Okay = all_equal(OperandList); in singleReachablePHIPath() local 3167 if (Okay) in singleReachablePHIPath() 3336 bool Okay = Res.second; in verifyStoreExpressions() local 3340 if (!Okay) in verifyStoreExpressions() 3341 Okay = (std::get<1>(Res.first->second) == KV.second) && in verifyStoreExpressions() 3344 assert(Okay && "Stored expression conflict exists in expression table"); in verifyStoreExpressions()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 47 Okay. Now we'll build Clang! 223 Okay, on to using matchers for real. Let's start by defining a matcher
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | configure.com | 775 $ echo4 "Okay, continuing." 777 $ echo4 "Okay, bye." 3516 $! Okay, gid_t failed. Must be unsigned int 3542 $! Okay, dev_t failed. Must be unsigned int 3626 $! Okay, select failed. Must be an int * 3662 $! Okay, fd_set failed. Must not exist 5797 $! Okay, we've got everything configured. Now go write out a config.sh. 6998 $! Okay, we've gotten here. Build munchconfig.exe
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | magic | 597 # Okay, attempt to remove magic that isn't there
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlunifaq.pod | 314 Okay, if you insist: the "internal format" is utf8, not UTF-8. (When it's not
|
| H A D | perlref.pod | 599 ${ bareword }; # Okay, means $bareword.
|
| H A D | perlobj.pod | 306 $thing->SUPER::save(); # Okay: looks for save() method in parent
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 4613 bool Okay = false; in ActOnVarTemplateSpecialization() local 4617 Okay = true; in ActOnVarTemplateSpecialization() 4622 if (!Okay) { in ActOnVarTemplateSpecialization() 8797 bool Okay = false; in ActOnClassTemplateSpecialization() local 8801 Okay = true; in ActOnClassTemplateSpecialization() 8806 if (!Okay) { in ActOnClassTemplateSpecialization()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 125 // Okay, no system app... 4068 // Okay, now let's assemble all these goodies into the BackBoardServices 4196 // Okay, now let's assemble all these goodies into the BackBoardServices 4233 // Okay, now let's assemble all these goodies into the BackBoardServices
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ChangeLog.0 | 1820 warnings about uninitialized variables. Okay, so for 3374 * bad.c (ffebad_here): Okay to use unknown line/col. 3399 Okay to kill or use unknown line/col objects now. 3405 Okay to kill or use unknown line/col objects now. 3408 (ffelex_set_expecting_hollerith): Okay to kill or use unknown 3415 * stw.c (ffestw_update): Okay to kill unknown line/col objects
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 464 // Okay, we know this is a binop.
|
| H A D | LangImpl05.rst | 279 Okay, enough of the motivation and overview, let's generate code!
|
| H A D | LangImpl07.rst | 634 actually mutate the value! Okay, we have now officially implemented our
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 570 // Okay, the old destination file has probably been moved out of the way at
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
| H A D | TPJ13.pod | 478 Okay, concision isn't a buzzword. But it should be, so I decree that
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | zippy | 932 Okay ... I'm going home to write the "I HATE RUBIK's CUBE HANDBOOK FOR
|