Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bmake/
H A Djob.c190 typedef struct Shell { struct
198 const char *name;
200 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
201 const char *echoOff; /* command to turn echoing off */
202 const char *echoOn; /* command to turn echoing back on */
203 const char *noPrint; /* text to skip when printing output from the
227 } Shell; argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr()
202 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
H A DExprCXX.h394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
1026 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr()
1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
2197 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
2520 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr()
2657 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
H A DExpr.h2691 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2769 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr()
3688 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr()
3765 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr()
3806 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()
6968 explicit ArraySectionExpr(EmptyShell Shell) in ArraySectionExpr()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
/freebsd/usr.bin/tip/tip/
H A Dcmds.c918 char *cp, *Shell; in expand() local