HomeSort by: relevance | last modified time | path
    Searched refs:Shell (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
sh-jobs-error.mk 3 # Tests for error handling in the "run in jobs mode" part of the "Shell
sh-single-line.mk 3 # Tests for running single-line shell commands.
5 # In jobs mode, the shell commands are combined into a single shell
6 # program, as described in the manual page, section "Shell Commands",
sh-jobs.mk 3 # Tests for the "run in jobs mode" part of the "Shell Commands" section
12 # If a shell command starts with a comment character after stripping the
14 # would lead to a syntax error in the generated shell file, at least for
21 # If a shell command starts with a comment character after stripping the
  /src/usr.bin/tip/
cmds.c 559 * Escape to local shell
563 shell(char dummy __unused) function in typeref:typename:void
583 if ((cp = strrchr(value(SHELL), '/')) == NULL)
584 cp = value(SHELL);
587 (void)execl(value(SHELL), cp, NULL);
684 if ((cp = strrchr(value(SHELL), '/')) == NULL)
685 cp = value(SHELL);
688 (void)execl(value(SHELL), cp, "-c", s, NULL);
847 * expand a file name if it includes shell meta characters
858 const char *Shell;
    [all...]
  /src/usr.bin/make/
job.c 88 * Job_ParseShell Given a special dependency line with target '.SHELL',
89 * define the shell that is used for the creation
169 * A Job manages the shell commands that are run to create a single target.
170 * Each job is run in a separate subprocess by a shell. Several jobs can run
173 * The shell commands for the target are written to a temporary file,
174 * then the shell is run with the temporary file as stdin, and the output
175 * of that shell is captured via a pipe.
182 /* The process ID of the shell running the commands */
189 * If one of the shell commands is "...", all following commands are
195 /* This is where the shell commands go. *
477 static Shell *shell = &shells[DEFSHELL_INDEX]; variable in typeref:typename:Shell *
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 63 # 1 == all shell commands echoed before invocation
64 # 2 == shell "set -x" operation
105 ECHO?= echo # Shell builtin
106 FALSE?= false # Shell builtin
119 TEST?= test # Shell builtin
121 TRUE?= true # Shell builtin
  /src/share/mk/
sys.mk 120 SHELL?= sh
246 # Shell
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 4 EFI Shell protocol as defined in the UEFI Shell Specification 2.2.
10 This file is based on MdePkg/Include/Protocol/Shell.h from EDK2
404 // Added for Shell 2.1
435 IN EFI_SHELL_PROTOCOL *Shell
  /src/tests/usr.bin/indent/
fmt_decl.c 697 * caused by the token 'Shell' being identified as a word, not as a type name.
700 static Shell shells[] = {
  /src/usr.sbin/sysinst/
msg.mi.de 778 Eine M�glichkeit ist es, im Extras-Men� eine Shell zu starten,
1070 Shell.}
1193 message Root_shell {Root-Shell}
1194 message User_shell {User-Shell}
1263 message enable_sshd {sshd (Secure Shell daemon) aktivieren}
1277 installieren, f�hren Sie den folgenden Befehl in einer root-Shell aus:
msg.mi.fr 783 Vous pouvez d�marrer un shell depuis le menu "Utilitaires" afin
1075 Sp�cifiez le shell par d�faut qui sera utilis� par l'utilisateur "root".
1200 message Root_shell {Shell du compte "root"}
1206 message User_shell {Shell du compte "user"}
1289 � partir d'un shell "root". Consultez le manuel pkgin(1) pour plus de d�tails.}
  /src/
build.sh 36 # {{{ Begin shell feature tests.
39 # a shell that supports the features that we use. If not, we try to
40 # re-exec the script under another shell. If we can't find another
41 # suitable shell, then we show a message and exit.
45 shelltest=false # if true, exit after testing the shell
46 re_exec_allowed=true # if true, we may exec under another shell
67 # Unfortunately, if the shell doesn't support ! most of the tests
77 errmsg='Shell does not support "!".'
81 # Does the shell support functions?
89 errmsg='Shell does not support functions.
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
89 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
269 # Sed substitution to delay expansion of an escaped shell variable in a
466 # expand to a commented shell variable setting:
513 # into 'config.status', and then the shell code to quote escape them in
523 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
535 # The HP-UX ksh and POSIX shell print the target directory to stdout
600 #! $SHELL
603 SHELL=\${CONFIG_SHELL-$SHELL}
    [all...]
  /src/share/terminfo/
terminfo 3294 # bundled terminal emulators, Shell and Terminal. Scott Hess wrote a
3403 # several environment variables which may aid detection in a shell
3411 # For example, the following Bourne shell script would detect the
3425 # In a C shell derivative, this would be accomplished by:
3617 # + the VT52 emulation does not give a usable shell because screen-clearing
5722 # this feature have been embedded in shell scripts.
6354 # Tested with Secure Shell App version 0.39 in Chrome 89.0.4389.90, found that
8021 # The domterm command runs a server that manages sessions (usually shell
8126 # shell.el can "do" color, though not nearly as well.
8129 # http://unix.stackexchange.com/questions/237943/changing-colors-used-by-ls-does-not-work-in-emacs-shell-mod
    [all...]

Completed in 28 milliseconds