Home
last modified time | relevance | path

Searched refs:command_shell (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/p5-Shell-Guess/Shell-Guess-0.09/lib/Shell/
H A DGuess.pm35 { return __PACKAGE__->command_shell }
44 { return __PACKAGE__->command_shell }
48 return __PACKAGE__->command_shell if $^O eq 'dos';
87 { return __PACKAGE__->command_shell }
93 return __PACKAGE__->command_shell if $^O eq 'dos';
133 sub command_shell { bless { command => 1, win32 => 1, name => 'command', default_location => 'C:\\W… subroutine
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/t/
H A Dt-command.c193 command_shell("true", "command shell pass test"); in test_command_shell()
199 command_shell("false", "command shell fail test"); in test_command_shell()
206 command_shell("true", "command default shell test"); in test_command_shell()
/dports/devel/py-behave/behave-1.2.6/behave4cmd0/
H A Dsetup_command_shell.py16 from .command_shell import Command
H A Dcommand_steps.py14 from behave4cmd0 import command_shell, command_util, pathutil, textutil
149 context.command_result = command_shell.run(command, cwd=context.workdir)
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dcommand.h57 void command_shell(const char *cmd, const char *name) DPKG_ATTR_NORET;
H A Dpager.c117 command_shell(exec, desc); in pager_spawn()
H A Dcommand.c193 command_shell(const char *cmd, const char *name) in command_shell() function
H A Dlibdpkg.map188 command_shell;
/dports/devel/p5-Shell-Guess/Shell-Guess-0.09/t/
H A Dshell_guess__command.t6 my $shell = eval { Shell::Guess->command_shell };
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dconstobj.d457 LISPOBJ(command_shell, "\"" SHELL "\"") /* command-shell as string */
461 LISPOBJ(command_shell,"NIL") /* command-interpreter as string */
463 #error command_shell is not defined
H A Dpathname.d8042 O(command_shell) = asciz_to_string(shell,O(misc_encoding)); /* enter */ in init_pathnames()
8053 O(command_shell) = ascii_to_string(shell); /* enter */ in init_pathnames()
8057 #error O(command_shell) not initialized in init_pathnames()
8321 VALUES1(O(command_shell));
8327 command = O(command_shell);
8375 pushSTACK(O(command_shell)); /* shell name */
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dcli.py36 command_shell,
491 shell.set_defaults(func=command_shell,
H A Dexecutor.py391 def command_shell(args): function
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Dcli.py36 command_shell,
560 shell.set_defaults(func=command_shell,
H A Dexecutor.py508 def command_shell(args):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/
H A Dcli.py36 command_shell,
560 shell.set_defaults(func=command_shell,
H A Dexecutor.py499 def command_shell(args): function
/dports/devel/p5-Shell-Guess/Shell-Guess-0.09/
H A DREADME207 command_shell
209 my $shell = Shell::Guess->command_shell;
/dports/archivers/dpkg/dpkg-1.19.7/dpkg-deb/
H A Dextract.c61 command_shell(buf, _("shell command to move files")); in movecontrolfiles()
/dports/archivers/dpkg/dpkg-1.19.7/src/
H A Dmain.c422 command_shell(hook->command, name); in run_logger()
H A Dconfigure.c251 command_shell(NULL, _("conffile shell")); in spawn_shell()
/dports/devel/p5-Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.15/lib/Alien/Base/
H A DModuleBuild.pm888 $config->generate_file( Shell::Guess->command_shell, 'env.bat' );
/dports/sysutils/py-tmuxp/tmuxp-1.9.3/tmuxp/
H A Dcli.py852 def command_shell( function
/dports/devel/p5-Shell-Config-Generate/Shell-Config-Generate-0.34/
H A DREADME91 $config->generate_file(Shell::Guess->command_shell, 'foo.bat');
/dports/archivers/dpkg/dpkg-1.19.7/
H A DChangeLog58903 libdpkg: Add test case for default shell on command_shell()
71495 libdpkg: Add missing command_shell to version script
73347 dpkg: Use command_shell() instead of ad-hoc code to execute shells
73357 libdpkg: Add new command_shell() to execute a shell instance

12