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

/freebsd-10.0-release/usr.bin/make/
H A Dshell.h51 * Shell Specifications:
60 struct Shell { struct
61 TAILQ_ENTRY(Shell) link; /* link all shell descriptions */
103 TAILQ_HEAD(Shells, Shell);
105 extern struct Shell *commandShell;
H A Dshell.c116 struct Shell *commandShell;
123 void ShellDump(const struct Shell *) __unused;
139 ShellFree(struct Shell *sh)
162 ShellDump(const struct Shell *sh)
166 fprintf(stderr, "Shell %p:\n", sh);
182 * Parse a shell specification line and return the new Shell structure.
185 static struct Shell *
189 struct Shell *sh;
286 Parse_Error(PARSE_FATAL, "Shell must have either both "
309 struct Shell *s
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Djob.h186 * Shell Specifications:
215 typedef struct Shell {
244 } Shell;
213 typedef struct Shell { struct
242 } Shell; typedef in typeref:struct:Shell
H A Djob.c261 static Shell shells[] = {
324 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to
385 static Shell *JobMatchShell(const char *);
2345 * A pointer to the Shell structure.
2352 static Shell *
2355 Shell *sh;
2377 * commandShell points to a Shell structure (either predefined or
2418 Shell newShell;
2420 Shell *sh;
2538 commandShell = bmake_malloc(sizeof(Shell));
[all...]
/freebsd-10.0-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec39 Summary : OpenSSH free Secure Shell (SSH) implementation.
40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
41 Summary(es) : OpenSSH implementaci�n libre de Secure Shell (SSH).
43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell.
44 Summary(pt) : Implementa��o livre OpenSSH do protocolo 'Secure Shell' (SSH).
45 Summary(pt_BR) : Implementa��o livre OpenSSH do protocolo Secure Shell (SSH).
70 Summary : OpenSSH Secure Shell protocol server (sshd).
71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
72 Summary(es) : Servidor del protocolo OpenSSH Secure Shell (sshd).
74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (ssh
[all...]
/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh5.c123 err("Shell input nested too deeply");
426 * remap fd into Shell's fd space
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcmds.c926 char *cp, *Shell; local
940 Shell = value(SHELL);
941 if (Shell == NOSTR)
942 Shell = _PATH_BSHELL;
949 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h194 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
195 : ExplicitCastExpr(SC, Shell, PathSize) { }
1168 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize)
1169 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { }
1558 explicit CXXScalarValueInitExpr(EmptyShell Shell) argument
1559 : Expr(CXXScalarValueInitExprClass, Shell) { }
1633 explicit CXXNewExpr(EmptyShell Shell) argument
1634 : Expr(CXXNewExprClass, Shell), SubExprs(0) { }
1799 explicit CXXDeleteExpr(EmptyShell Shell)
1800 : Expr(CXXDeleteExprClass, Shell), OperatorDelet
[all...]
H A DExpr.h2063 explicit ArraySubscriptExpr(EmptyShell Shell) argument
2064 : Expr(ArraySubscriptExprClass, Shell) { }
2740 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) argument
2741 : CastExpr(ImplicitCastExprClass, Shell, PathSize) { }
2804 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
2805 : CastExpr(SC, Shell, PathSize) { }
2837 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) argument
2838 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize) { }
H A DExprObjC.h1543 explicit ObjCBridgedCastExpr(EmptyShell Shell) argument
1544 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0) { }
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DAIX.mk194 # Shell
H A DDarwin.mk217 # Shell
H A DGeneric.mk204 # Shell
H A DIRIX.mk196 # Shell
H A DLinux.mk197 # Shell
H A DNetBSD.mk231 # Shell
H A DOSF1.mk208 # Shell
H A DOpenBSD.mk206 # Shell
H A DSunOS.mk229 # Shell
H A DHP-UX.mk234 # Shell
H A DUnixWare.mk251 # Shell
/freebsd-10.0-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
53 Ssh (Secure Shell) is a program for logging into a remote machine and for
67 Ssh (Secure Shell) is a program for logging into a remote machine and for
/freebsd-10.0-release/contrib/top/
H A DConfigure97 Bourne Shell $Cmdshell
/freebsd-10.0-release/contrib/groff/src/devices/xditview/
H A Dxditview.c43 #include <X11/Shell.h>
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src4850 nextshell|NeXT Shell application,
14887 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
15097 # NOTE: The NCR Unix System Administrator's Shell will not function properly
15141 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
15150 # NOTE: The NCR Unix System Administrator's Shell does not function properly
15194 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.

Completed in 272 milliseconds