Searched defs:Shell (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | job.c | 193 typedef struct Shell { global() struct 201 nameShell global() argument 203 hasEchoCtlShell global() argument 204 echoOffShell global() argument 205 echoOnShell global() argument 206 noPrintShell global() argument 230 } Shell; global() typedef
|
/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
|