Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/t/
D32pushyhttps.t25 package CPAN::Shell::tacet;
45 CPAN::Shell::tacet->init();
47 CPAN::Shell->$command(@_);
48 return CPAN::Shell::tacet->output();
51 $CPAN::Frontend = $CPAN::Frontend = "CPAN::Shell::tacet";
84 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
91 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
101 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
109 my $output = CPAN::Shell::tacet->output;
118 ok unlink(CPAN::Shell->expand("Module", $getmodule)->distribution->{localfile}), "unlink tarball";
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
DCpan.pm629 die "CPAN.pm cannot $method!\n" unless CPAN::Shell->can( $method );
633 if( $options->{f} ) { sub { CPAN::Shell->force( $method, @_ ) } }
634 elsif( $options->{T} ) { sub { CPAN::Shell->notest( $method, @_ ) } }
635 else { sub { CPAN::Shell->$method( @_ ) } }
682 *CPAN::Shell::myprint = sub {
690 *CPAN::Shell::mywarn = sub {
1084 CPAN::Shell->autobundle;
1093 CPAN::Shell->recompile;
1102 CPAN::Shell->upgrade();
1319 my $author = CPAN::Shell->expand( "Author", $module->userid );
[all …]
/openbsd/src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
DVsix.cs3 using Microsoft.VisualStudio.Shell;
4 using Microsoft.VisualStudio.Shell.Interop;
59 var serviceProvider = new Microsoft.VisualStudio.Shell.ServiceProvider(sp); in GetVsTextViewFrompPath()
DRunningDocTableEventsDispatcher.cs3 using Microsoft.VisualStudio.Shell;
4 using Microsoft.VisualStudio.Shell.Interop;
DClangFormatPackage.cs15 using Microsoft.VisualStudio.Shell;
16 using Microsoft.VisualStudio.Shell.Interop;
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExprOpenMP.h79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() argument
80 : Expr(OMPArraySectionExprClass, Shell) {} in OMPArraySectionExpr()
162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() argument
163 : Expr(OMPArrayShapingExprClass, Shell), NumDims(NumDims) {} in OMPArrayShapingExpr()
326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr() argument
327 : Expr(OMPIteratorExprClass, Shell), NumIterators(NumIterators) {} in OMPIteratorExpr()
DExprCXX.h394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument
396 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr()
1022 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument
1023 : Expr(MSPropertySubscriptExprClass, Shell) {} in MSPropertySubscriptExpr()
1803 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument
1805 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr()
2167 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument
2168 : Expr(CXXScalarValueInitExprClass, Shell) {} in CXXScalarValueInitExpr()
2496 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() argument
2632 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr() argument
[all …]
DExprObjC.h1645 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() argument
1646 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0, false) {} in ObjCBridgedCastExpr()
1699 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr() argument
1700 : Expr(ObjCAvailabilityCheckExprClass, Shell) {} in ObjCAvailabilityCheckExpr()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DComplete.pm93 …@return = grep /^\Q$word\E/, map {"$author/$_->[2]"} CPAN::Shell->expand("Author",$author)->ls("$r…
96 CPAN::Shell->local_bundles;
104 CPAN::Shell->local_bundles;
DModule.pm35 CPAN::Shell->expand("Distribution",$self->cpan_file);
57 if ( my $dist = CPAN::Shell->expand("Distribution", $self->cpan_file) ) {
83 my $obj = CPAN::Shell->expandany($who_asked_for_me);
116 if ( my $dist = CPAN::Shell->expand("Distribution", $self->cpan_file) ) {
135 $CPAN::Shell::COLOR_REGISTERED
228 if ($author = CPAN::Shell->expand('Author',$userid)) {
246 if (my $dist = CPAN::Shell->expand("Distribution",$cpan_file)) {
DShell.pm1 package CPAN::Shell;
53 @CPAN::Shell::ISA = qw(CPAN::Debug);
216 CPAN::Shell->debug("au[$au]pathglob[$pathglob]rau[$rau]")
219 CPAN::Shell->expand_by_method('CPAN::Author',['id'],"/$rau/");
223 CPAN::Shell->expand_by_method('CPAN::Author',
248 $author = CPAN::Shell->expand_by_method('CPAN::Author',
253 $author = CPAN::Shell->expand_by_method('CPAN::Author',
838 my $do = CPAN::Shell->expandany($id);
1616 if (CPAN::Shell->colorize_output) {
1622 if (CPAN::Shell->colorize_output) {
[all …]
DBundle.pm23 my $obj = CPAN::Shell->expandany($c) or next;
57 my $obj = CPAN::Shell->expandany($c) or next;
291 my $obj = CPAN::Shell->expandany($c);
DPlugin.pm46 CPAN::Shell->expand("Distribution",$distribution)
DDistribution.pm120 CPAN::Shell->expand("Author",$authorid);
129 my(@ls) = CPAN::Shell->globls($meta);
231 unless ($premo = CPAN::Shell->expand("Module",$pre)) {
285 my $author = CPAN::Shell->expand("Author",$self->cpan_userid);
300 my $obj = CPAN::Shell->expandany($c);
1589 my $answer = CPAN::Shell::colorable_makemaker_prompt("Proceed nonetheless?", "no");
1599 my $answer = CPAN::Shell::colorable_makemaker_prompt("Proceed nonetheless?", "no");
1613 my $answer = CPAN::Shell::colorable_makemaker_prompt("Proceed nonetheless?", "no");
1676 my $answer = CPAN::Shell::colorable_makemaker_prompt("Proceed?", "yes");
2819 my $answer = CPAN::Shell::colorable_makemaker_prompt(
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/
DCPAN.pm37 use CPAN::Shell;
203 CPAN::Shell->$l(@_);
381 CPAN::Shell->$command(@line)
419 eval {CPAN::Shell->failed($CPAN::CurrentCommandId,1);};
445 local($SIG{__WARN__}) = CPAN::Shell::paintdots_onreload(\$redef);
688 my $new = CPAN::Shell::colorable_makemaker_prompt("Do you want to create a ".
692 CPAN::Shell->mkmyconfig();
752 CPAN::Shell::colorable_makemaker_prompt
778 CPAN::Shell::colorable_makemaker_prompt
1257 $CPAN::Shell::reload->{$file} = $mtime;
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin/
DSpecfile.pm91 my $d = CPAN::Shell->expand("Distribution",$distribution)
103 my $summary = CPAN::Shell->_guess_manpage($d,\%contains,$dist);
145 my $m = CPAN::Shell->expand("Module",$k);
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/
DHOWTO.pod12 my $distribution = CPAN::Shell->expand(
23 my @modules = CPAN::Shell->expand(
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/
DRecursiveDependency.pm41 my $xo = CPAN::Shell->expandany($x) or next;
46 my $do = CPAN::Shell->expandany($d);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp266 adb.Shell("getprop ro.build.version.sdk", seconds(5), &version_string); in GetSdkVersion()
304 Status error = adb.Shell("mktemp --directory --tmpdir /data/local/tmp", in DownloadSymbolFile()
316 Status error = adb.Shell(command.GetData(), seconds(5), nullptr); in DownloadSymbolFile()
331 error = adb.Shell(command.GetData(), minutes(1), nullptr); in DownloadSymbolFile()
DAdbClient.h96 Status Shell(const char *command, std::chrono::milliseconds timeout,
/openbsd/src/gnu/llvm/lldb/source/Utility/
DArgs.cpp402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
403 if (Shell.m_basename == basename) { in GetShellSafeArgument()
404 escapables = Shell.m_escapables; in GetShellSafeArgument()
/openbsd/src/usr.bin/file/magdir/
Dwordprocessors45 >8 short 513 Shell macro
46 >8 short 522 Shell definition
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmore.mapping11 .a Ascii 'MPS ' 'TEXT' "MPW Shell - Assembly Source"
24 .asm Ascii 'MPS ' 'TEXT' "MPW Shell - Assembly Source"
71 .for Ascii 'MPS ' 'TEXT' "MPW Shell - Fortran Source"
215 .sha Ascii 'UnSh' 'TEXT' "UnShar - Unix Shell Archive (application/x-shar)"
216 .shar Ascii 'UnSh' 'TEXT' "UnShar - Unix Shell Archive (application/x-shar)"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/
DBUILD.gn100 "//lldb/test/Shell/lit.cfg.py",
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dknown_pod_issues.dat326 Shell
327 Shell::Command

1234