Searched defs:Shell (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | job.c | 190 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 D | ExprOpenMP.h | 38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() 202 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
|
H A D | ExprCXX.h | 394 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 D | Expr.h | 2691 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 D | Args.cpp | 402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmds.c | 918 char *cp, *Shell; in expand() local
|