Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 229) sorted by relevance

12345678910

/netbsd-src/external/cddl/dtracetoolkit/dist/Shell/
H A DReadme1 Shell - DTracing Shell Scripting
10 sh - the Bourne Shell. This provider was written by Alan Hargreaves and
14 Since the DTrace Shell providers are under development, there is a chance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() argument
80 : Expr(OMPArraySectionExprClass, Shell) {} in OMPArraySectionExpr()
162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() argument
163 : Expr(OMPArrayShapingExprClass, Shell), NumDims(NumDims) {} in OMPArrayShapingExpr()
326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr() argument
327 : Expr(OMPIteratorExprClass, Shell), NumIterators(NumIterators) {} in OMPIteratorExpr()
H A DExprCXX.h395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument
397 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr()
1016 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument
1017 : Expr(MSPropertySubscriptExprClass, Shell) {} in MSPropertySubscriptExpr()
1745 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument
1747 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr()
2109 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument
2110 : Expr(CXXScalarValueInitExprClass, Shell) {} in CXXScalarValueInitExpr()
2421 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() argument
2557 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs3 using Microsoft.VisualStudio.Shell;
4 using Microsoft.VisualStudio.Shell.Interop;
59 var serviceProvider = new Microsoft.VisualStudio.Shell.ServiceProvider(sp); in GetVsTextViewFrompPath()
H A DRunningDocTableEventsDispatcher.cs3 using Microsoft.VisualStudio.Shell;
4 using Microsoft.VisualStudio.Shell.Interop;
H A DClangFormatPackage.cs15 using Microsoft.VisualStudio.Shell;
16 using Microsoft.VisualStudio.Shell.Interop;
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dsh_stat_example.txt1 Following are examples of running sh_stat.d on Shell scripts.
7 This shows the sh_stat.d script reflecting the Code/Shell/func_slow.sh script.
H A Dsh_syscalls_example.txt3 This is a simple script to count Shell functions, built-ins, external command
5 Code/Shell/func_abc.sh.
H A Dsh_lines_example.txt4 example program, Code/Shell/func_slow.sh.
H A Dsh_cpudist_example.txt5 traces the example program, Code/Shell/func_slow.sh.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dsh_stat_example.txt1 Following are examples of running sh_stat.d on Shell scripts.
7 This shows the sh_stat.d script reflecting the Code/Shell/func_slow.sh script.
H A Dsh_syscalls_example.txt3 This is a simple script to count Shell functions, built-ins, external command
5 Code/Shell/func_abc.sh.
H A Dsh_lines_example.txt4 example program, Code/Shell/func_slow.sh.
H A Dsh_cpudist_example.txt5 traces the example program, Code/Shell/func_slow.sh.
/netbsd-src/usr.bin/tip/
H A Dcmds.c858 const char *Shell; in expand() local
870 Shell = value(SHELL); in expand()
871 if (Shell == NULL) in expand()
872 Shell = _PATH_BSHELL; in expand()
878 (void)execl(Shell, Shell, "-c", cmdbuf, NULL); in expand()
/netbsd-src/external/mit/xorg/lib/libXt/
H A DMakefile18 Selection.c SetSens.c SetValues.c SetWMCW.c Shell.c \
26 SelectionI.h Shell.h ShellI.h ShellP.h StringDefs.h ThreadsI.h \
/netbsd-src/usr.bin/make/
H A Djob.c180 typedef struct Shell { struct
217 } Shell; typedef
290 static Shell shells[] = {
395 static Shell *shell = &shells[DEFSHELL_INDEX];
2265 static Shell * in Job_Init()
2268 Shell *sh = shells; in Job_Init()
2269 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in Job_Init()
2289 * 'shell' points to a Shell structure (either predefined or in DelSig()
2329 Shell newShell;
2331 Shell *s
188 nameShell global() argument
190 hasEchoCtlShell global() argument
191 echoOffShell global() argument
192 echoOnShell global() argument
193 noPrintShell global() argument
[all...]
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A DGuide72 Shell/ Scripts for tracing Shell languages
H A DREADME72 Shell/ Scripts for tracing Shell languages
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dformat-sh-147 ${XGETTEXT} -L Shell --from-code=ISO-8859-1 -o f-sh-1-$n.po f-sh-1-$n.in || exit 1
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Ddebianrules3 use Shell qw(mv cp mkdir rm) ;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/
H A DREADME18 hello-sh Shell
/netbsd-src/sbin/mount_portal/examples/
H A Dtcp.136 Directory: /root Shell: /bin/tcsh
/netbsd-src/external/gpl2/gettext/dist/
H A DREADME65 (Bourne Shell) LINGUAS="de fr nl"; export LINGUAS
67 (C Shell) setenv LINGUAS "de fr nl"
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.info71 * Programming in M4sh:: Shell portability layer
73 * Portable Shell:: Shell script portability pitfalls
106 * Shell Script Compiler:: Autoconf as solution of a problem
232 * Cache Variable Names:: Shell variables used in caches
274 * Common Shell Constructs:: Portability layer for common shell constructs
294 Portable Shell Programming
297 * Invoking the Shell:: Invoking the shell as a command
302 * Shell Pattern Matching:: Pattern matching
303 * Shell Substitutions:: Variable and command expansions
307 * Special Shell Variables:: Variables you should not change
[all …]

12345678910