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

/freebsd-10-stable/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-stable/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.c260 static Shell shells[] = {
323 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to
379 static Shell *JobMatchShell(const char *);
2389 * A pointer to the Shell structure.
2396 static Shell *
2399 Shell *sh;
2421 * commandShell points to a Shell structure (either predefined or
2462 Shell newShell;
2464 Shell *sh;
2581 commandShell = bmake_malloc(sizeof(Shell));
[all...]
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh5.c123 err("Shell input nested too deeply");
426 * remap fd into Shell's fd space
/freebsd-10-stable/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-stable/contrib/bmake/mk/sys/
H A DAIX.mk183 # Shell
H A DSunOS.mk218 # Shell
H A DOpenBSD.mk204 # Shell
H A DNetBSD.mk229 # Shell
H A DDarwin.mk206 # Shell
H A DOSF1.mk197 # Shell
H A DIRIX.mk194 # Shell
H A DLinux.mk186 # Shell
H A DGeneric.mk202 # Shell
H A DUnixWare.mk240 # Shell
H A DHP-UX.mk223 # Shell
/freebsd-10-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
51 Ssh (Secure Shell) is a program for logging into a remote machine and for
65 Ssh (Secure Shell) is a program for logging into a remote machine and for
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
196 : ExplicitCastExpr(SC, Shell, PathSize) { }
1220 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize)
1221 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { }
1644 explicit CXXScalarValueInitExpr(EmptyShell Shell) argument
1645 : Expr(CXXScalarValueInitExprClass, Shell) { }
1719 explicit CXXNewExpr(EmptyShell Shell) argument
1720 : Expr(CXXNewExprClass, Shell), SubExprs(0) { }
1887 explicit CXXDeleteExpr(EmptyShell Shell)
1888 : Expr(CXXDeleteExprClass, Shell), OperatorDelet
[all...]
H A DExpr.h2065 explicit ArraySubscriptExpr(EmptyShell Shell) argument
2066 : Expr(ArraySubscriptExprClass, Shell) { }
2743 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) argument
2744 : CastExpr(ImplicitCastExprClass, Shell, PathSize) { }
2808 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
2809 : CastExpr(SC, Shell, PathSize) { }
2841 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) argument
2842 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize) { }
H A DExprObjC.h1544 explicit ObjCBridgedCastExpr(EmptyShell Shell) argument
1545 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0) { }
/freebsd-10-stable/contrib/top/
H A DConfigure97 Bourne Shell $Cmdshell
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c43 #include <X11/Shell.h>
/freebsd-10-stable/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 491 milliseconds