Searched defs:Shell (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | job.c | 194 typedef struct Shell { struct 202 const char *name; 204 bool hasEchoCtl; /* whether both echoOff and echoOn are there */ 205 const char *echoOff; /* command to turn echoing off */ 206 const char *echoOn; /* command to turn echoing back on */ 207 const char *noPrint; /* text to skip when printing output from the 231 } Shell; argument
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() 162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() 326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
|
| H A D | ExprCXX.h | 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 1022 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() 1817 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() 2181 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() 2504 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() 2641 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
|
| 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 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr() 2735 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr() 3639 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() 3716 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr() 3757 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 402 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
|
| /freebsd-14.2/usr.bin/tip/tip/ |
| H A D | cmds.c | 926 char *cp, *Shell; in expand() local
|