Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c193 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 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