Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c273 typedef struct Shell { struct
281 const char *name;
283 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
284 const char *echoOff; /* command to turn echoing off */
285 const char *echoOn; /* command to turn echoing back on */
286 const char *noPrint; /* text to skip when printing output from the
310 } 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.h396 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
1028 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr()
1835 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
2200 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
2629 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr()
2766 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
H A DExprObjC.h1649 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr()
1703 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr()
H A DExpr.h2736 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2814 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr()
3794 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr()
3871 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr()
3912 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()
7136 explicit ArraySectionExpr(EmptyShell Shell) in ArraySectionExpr()
7273 explicit HLSLOutArgExpr(EmptyShell Shell) in HLSLOutArgExpr()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp412 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
/freebsd/usr.bin/tip/tip/
H A Dcmds.c918 char *cp, *Shell; in expand() local