OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Shell
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/tip/
cmds.c
559
* Escape to local
shell
563
shell
(char dummy __unused)
function
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
= &
shell
s[DEFSHELL_INDEX];
variable
[
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
124
SHELL
?= sh
250
#
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/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 32 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026