Home
last modified time | relevance | path

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

123

/mirbsd/src/gnu/usr.bin/perl/lib/
DShell.pm1 package Shell; package
34 $Shell::capture_stderr ||= 0;
185 If you set $Shell::capture_stderr to true, the module will attempt to
190 If you set $Shell::raw to true no quoting whatsoever is done.
238 C<$Shell::raw> and pod rewrite by Wolfgang Laun.
DShell.t12 my $so = Shell->new;
19 $Shell::capture_stderr = 1;
38 $Shell::capture_stderr = 0;
DCPAN.pm80 CPAN::Shell->$l(@_);
201 eval { CPAN::Shell->$command(@line) };
221 local($SIG{__WARN__}) = CPAN::Shell::paintdots_onreload(\$redef);
307 package CPAN::Shell;
309 @CPAN::Shell::ISA = qw(CPAN::Debug);
758 push @CPAN::Shell::ISA, CPAN::WAIT;
1348 package CPAN::Shell;
2077 $obj = CPAN::Shell->expandany($s);
2118 $obj = CPAN::Shell->expandany($s);
2982 CPAN::Shell->local_bundles;
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/CPAN/bin/
Dcpan168 CPAN::Shell->autobundle;
176 CPAN::Shell->recompile;
195 die "CPAN.pm cannot $method!\n" unless CPAN::Shell->can( $method );
199 CPAN::Shell->$method( $arg );
/mirbsd/src/usr.bin/tip/
Dcmds.c898 char *cp, *Shell; local
912 Shell = value(SHELL);
913 if (Shell == NOSTR)
914 Shell = _PATH_BSHELL;
921 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL);
/mirbsd/src/usr.bin/make/
Djob.c286 } Shell; typedef
333 static Shell shells[] = {
368 static Shell *commandShell = &shells[DEFSHELL];/* this is the shell to
457 static Shell *JobMatchShell(const char *);
2408 static Shell *
2411 Shell *sh; /* Pointer into shells table */ in JobMatchShell()
2412 Shell *match; /* Longest-matching shell */ in JobMatchShell()
2484 Shell newShell; in Job_ParseShell()
2574 commandShell = emalloc(sizeof(Shell)); in Job_ParseShell()
/mirbsd/src/usr.bin/file/magdir/
Dwordperfect33 >8 beshort 513 Shell macro
34 >8 beshort 522 Shell definition
/mirbsd/src/usr.bin/vi/catalog/
Denglish.check20 2 304 "Shell expansion failed"
Denglish.base280 289 "Shell expansions not supported when the secure edit option is set"
295 304 "Shell expansion failed"
296 304 "Shell expansion failed"
Dgerman.base279 289 "Shell Expandierungen nicht unterstuetzt wenn die 'secure edit' - Option gesetzt ist"
294 304 "Shell Expansion nicht geklappt"
Dgerman289 Shell Expandierungen nicht unterstuetzt wenn die 'secure edit' - Option gesetzt istX
304 Shell Expansion nicht geklapptX
Ddutch.base279 289 "Shell expansies zijn niet ondersteund als de secure edit optie actief is"
294 304 "Shell expansie mislukt"
Denglish289 Shell expansions not supported when the secure edit option is setX
304 Shell expansion failedX
Ddutch289 Shell expansies zijn niet ondersteund als de secure edit optie actief isX
304 Shell expansie misluktX
/mirbsd/src/gnu/usr.bin/perl/wince/
Dregistry.bat23 cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v "%perlexe% %%1"
/mirbsd/src/share/dict/papers/
DRv7man81 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
194 %T PWB/UNIX Shell Tutorial
DRbstjissue50 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/mirbsd/src/bin/mksh/
DMakefile148 CATS_TITLE_mksh_1=mksh - The MirBSD Korn Shell
/mirbsd/src/gnu/usr.bin/perl/pod/
Droffitall255 $libdir/Shell.3 \
Dperl585delta.pod76 Shell's documentation has been re-written, and its historical partial
Dperl584delta.pod113 =item Shell
/mirbsd/src/gnu/usr.bin/perl/
Dperltoc2.gen30 # Shell array paths are constructed like this:
66 typeset -Uui16 -Z11 -r ASSO_VAL=2#000 # type: any Korn Shell scalar
DREADME.bs2000129 =head2 Using Perl in the Posix-Shell of BS2000
/mirbsd/src/etc/
Dmaster.passwd8 sshd:*:27:27::0:0:Secure Shell Daemon:/var/empty:/sbin/nologin
/mirbsd/src/usr.bin/sed/
DPOSIX5 Part 2: Shell and Utilities

123