Searched defs:Shell (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/bmake/ |
H A D | job.c | 193 typedef struct Shell { struct 230 } Shell; typedef 201 nameShell global() argument 203 hasEchoCtlShell global() argument 204 echoOffShell global() argument 205 echoOnShell global() argument 206 noPrintShell global() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 79 OMPArraySectionExpr(EmptyShell Shell) OMPArraySectionExpr() argument 162 OMPArrayShapingExpr(EmptyShell Shell,unsigned NumDims) OMPArrayShapingExpr() argument 326 OMPIteratorExpr(EmptyShell Shell,unsigned NumIterators) OMPIteratorExpr() argument
|
H A D | ExprCXX.h | 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 1022 MSPropertySubscriptExpr(EmptyShell Shell) MSPropertySubscriptExpr() argument 1817 CXXFunctionalCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CXXFunctionalCastExpr() argument 2181 CXXScalarValueInitExpr(EmptyShell Shell) CXXScalarValueInitExpr() argument 2504 CXXDeleteExpr(EmptyShell Shell) CXXDeleteExpr() argument 2641 CXXPseudoDestructorExpr(EmptyShell Shell) CXXPseudoDestructorExpr() argument [all...] |
H A D | ExprObjC.h | 1656 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() 1710 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr()
|
H A D | Expr.h | 2657 ArraySubscriptExpr(EmptyShell Shell) ArraySubscriptExpr() argument 2735 MatrixSubscriptExpr(EmptyShell Shell) MatrixSubscriptExpr() argument 3639 ImplicitCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ImplicitCastExpr() argument 3716 ExplicitCastExpr(StmtClass SC,EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ExplicitCastExpr() argument 3757 CStyleCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CStyleCastExpr() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
|
/freebsd-src/usr.bin/tip/tip/ |
H A D | cmds.c | 918 char *cp, *Shell; in expand() local
|