| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/ |
| H A D | fastboot | 9 |If "%*0" = "" Then Run <BtNetBSD$Dir>.native.mountufs ADFS 4 24 |If "%*0" = "" Then Set NetBSD$Kernel UnixFS:$.netbsd Else Set NetBSD$Kernel %*0 27 If "%*0" = "" Then Error Double click a kernel to start NetBSD 41 If "<NetBSD$MDF>" <> "" Then loadmodefile <NetBSD$MDF> 42 If "<NetBSD$ScreenMode>" <> "" Then Set Alias$SetNetBSDMode Wimpmode <NetBSD$ScreenMode> 43 If "<NetBSD$ScreenMode>" <> "" Then SetNetBSDMode
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | xilinx | 23 # Then the model / part number: 25 # Then 'c' 27 # Then the build-date 29 # Then 'd' 31 # Then the build-time 33 # Then 'e'
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/ |
| H A D | README.txt | 23 Then by running nosetests: 36 Then run nosetests: 45 Then open cover/index.html in your browser of choice to see the code coverage. 54 Then at any time run it to see a report:
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | cvs-server.txt | 5 public/private key pair using ssh-keygen(1). Then copy the key into 10 (2) Then, check out a fresh copy of 6.2 (development branch) 23 (3) Then you can do normal edit, commit, update, etc. without having to
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_milter.in17c | 4 # Delete a recipient. Then add the recipient back, with a DSN NOTIFY 5 # record instead of a DSN original recipient. Then add the same again.
|
| H A D | cleanup_milter.in17d | 4 # Delete a recipient. Then add the recipient back, with a DSN NOTIFY 5 # record instead of a DSN original recipient. Then add the same again.
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | override | 11 ."\@echo Then comes the override.\n" 24 ."Then comes the override.\n";
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 185 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonde6ff8cc0111::IfExprAST 188 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 190 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 348 auto Then = ParseExpression(); in ParseIfExpr() local 349 if (!Then) in ParseIfExpr() 361 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 644 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 91 Then, enumerator 133 case ARMVCC::Then: return "t"; in ARMVPTPredToString() 141 .Case("t", ARMVCC::Then) in ARMVectorCondCodeFromString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 205 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon52ec69cd0111::IfExprAST 208 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 210 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 382 auto Then = ParseExpression(); in ParseIfExpr() local 383 if (!Then) in ParseIfExpr() 395 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 756 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 214 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon3be54bcf0111::IfExprAST 217 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 219 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 405 auto Then = ParseExpression(); in ParseIfExpr() local 406 if (!Then) in ParseIfExpr() 418 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 862 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon4bdfba2f0111::IfExprAST 211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 399 auto Then = ParseExpression(); in ParseIfExpr() local 400 if (!Then) in ParseIfExpr() 412 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 857 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc768dace0111::IfExprAST 216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 218 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 404 auto Then = ParseExpression(); in ParseIfExpr() local 405 if (!Then) in ParseIfExpr() 417 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 863 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anond763492e0111::IfExprAST 211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 399 auto Then = ParseExpression(); in ParseIfExpr() local 400 if (!Then) in ParseIfExpr() 412 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 857 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon62e6d82d0111::IfExprAST 211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 213 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 399 auto Then = ParseExpression(); in ParseIfExpr() local 400 if (!Then) in ParseIfExpr() 412 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 857 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST 209 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument 211 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} in IfExprAST() 382 auto Then = ParseExpression(); in ParseIfExpr() local 383 if (!Then) in ParseIfExpr() 395 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), in ParseIfExpr() 840 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MVEVPTBlockPass.cpp | 162 assert(getVPTInstrPredicate(*Iter) == ARMVCC::Then && in CreateVPTBlock() 226 (CurrentPredicate == ARMVCC::Then ? ARMVCC::Else : ARMVCC::Then); in CreateVPTBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl05.rst | 21 If/Then/Else 60 Lexer Extensions for If/Then/Else 91 AST Extensions for If/Then/Else 100 std::unique_ptr<ExprAST> Cond, Then, Else; 103 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, 105 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {} 112 Parser Extensions for If/Then/Else 134 auto Then = ParseExpression(); 135 if (!Then) 147 return std::make_unique<IfExprAST>(std::move(Cond), std::move(Then), [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb061bcd00211::IfExprAST 299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST() argument 300 : ExprAST(Loc), Cond(std::move(Cond)), Then(std::move(Then)), in IfExprAST() 306 Then->dump(indent(out, ind) << "Then:", ind + 1); in dump() 516 auto Then = ParseExpression(); in ParseIfExpr() local 517 if (!Then) in ParseIfExpr() 529 return std::make_unique<IfExprAST>(IfLoc, std::move(Cond), std::move(Then), in ParseIfExpr() 1031 Value *ThenV = Then->codegen(); in codegen()
|
| /netbsd-src/common/dist/zlib/ |
| H A D | make_vms.com | 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 285 $ If arg .Le. 8 Then Goto Loop 294 $ If V Then Set Verify
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | make_vms.com | 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 285 $ If arg .Le. 8 Then Goto Loop 294 $ If V Then Set Verify
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
| H A D | make_vms.com | 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 285 $ If arg .Le. 8 Then Goto Loop 294 $ If V Then Set Verify
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | make_vms.com | 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 285 $ If arg .Le. 8 Then Goto Loop 294 $ If V Then Set Verify
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | make_vms.com | 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 285 $ If arg .Le. 8 Then Goto Loop 294 $ If V Then Set Verify
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 167 ExprAST *Cond, *Then, *Else; member in IfExprAST 170 : Cond(cond), Then(then), Else(_else) {} in IfExprAST() 334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local 335 if (Then == 0) return 0; in ParseIfExpr() 345 return new IfExprAST(Cond, Then, Else); in ParseIfExpr() 740 Value *ThenV = Then->Codegen(); in Codegen()
|