Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Djob.c181 typedef struct Shell { struct
189 const char *name;
191 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
192 const char *echoOff; /* command to turn echoing off */
193 const char *echoOn; /* command to turn echoing back on */
194 const char *noPrint; /* text to skip when printing output from the
218 } Shell; argument
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h79 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 DExprCXX.h395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
1016 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr()
1745 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr()
2109 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
2421 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr()
2557 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
H A DExprObjC.h1646 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr()
1700 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr()
H A DExpr.h2593 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2671 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr()
3559 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr()
3634 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr()
3675 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr()
/netbsd/usr.bin/tip/
H A Dcmds.c858 const char *Shell; in expand() local