Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.h213 typedef struct Shell { struct
214 const char *name; /* the name of the shell. For Bourne and C
242 } Shell; argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprOpenMP.h76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr()
H A DExprCXX.h292 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
851 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr()
1533 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
1888 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
2194 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr()
2326 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
H A DExpr.h2335 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
3129 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr()
3207 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
3242 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArgs.cpp434 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local
/freebsd-12.1/usr.bin/tip/tip/
H A Dcmds.c928 char *cp, *Shell; in expand() local