Home
last modified time | relevance | path

Searched refs:instruct (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/
H A Dmain.c147 int instruct; /* used when parsing */ member
324 assert(d->instruct == 0); in decl_function()
345 if (d->instruct && NULL != rcp) in decl_function()
346 d->instruct--; in decl_function()
348 d->instruct++; in decl_function()
356 d->instruct++; in decl_function()
371 if (d->instruct == 0) { in decl_function()
375 if (--d->instruct == 0) in decl_function()
382 d->instruct++; in decl_function()
429 d->multiline = d->instruct = 0; in decl_define()
[all …]
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c2241 union insn instruct; in db_disasm() local
2249 &instruct, sizeof(instruct))) in db_disasm()
2250 instruct.w = 0; in db_disasm()
2253 instruct.w = *(int *)loc; in db_disasm()
2255 m = &majopcs[Opcode(instruct)]; in db_disasm()
2256 ext = OpExt(instruct.w, m); in db_disasm()
2270 (*i->dasmfcn)(i, ofs, instruct); in db_disasm()
2278 return (loc + sizeof(instruct)); in db_disasm()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DToolchain.rst171 You can instruct Clang to use compiler-rt with the ``--rtlib=compiler-rt`` flag.
188 You can instruct Clang to use libgcc_s with the ``--rtlib=libgcc`` flag.
338 You can instruct Clang to use libc++ with the ``-stdlib=libc++`` flag.
349 You can instruct Clang to use libstdc++ with the ``-stdlib=libstdc++`` flag.
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DAddingNewCIJobs.rst41 when creating them in the ``queue`` entry -- this will instruct Buildkite to
H A DBuildingLibcxx.rst135 line above. This will instruct ``check-cxx`` to use the right target triple
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/
H A DMUL100 instruct
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Dqa.dox33 special comments formatted to instruct cppcheck to not report what it thinks is
/netbsd-src/games/canfield/canfield/
H A Dcanfield.c208 static void instruct(void);
1602 instruct(void) in instruct() function
1771 instruct(); in main()
/netbsd-src/external/gpl2/dtc/dist/Documentation/
H A Ddt-object-internal.txt113 2.c) An explicit option should be used to instruct DTC to generate the required
/netbsd-src/external/bsd/libevent/dist/
H A DDoxyfile159 # command to the generated LaTeX files. This will instruct LaTeX to keep
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-msp430.texi360 We define new pseudo operation @samp{.profiler} which will instruct assembler to
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-msp430.texi360 We define new pseudo operation @samp{.profiler} which will instruct assembler to
/netbsd-src/external/gpl2/groff/dist/arch/djgpp/
H A DREADME326 Alternatively, you could instruct Make explicitly where to
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DLegalizer.rst90 enum tokens (``Legal``, ``WidenScalar``, ...) that instruct it to call a
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dmysql_table64 # UNIX domain socket. In order to instruct MySQL to connect to
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A DDoxyfile.global130 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
607 # command to the generated LaTeX files. This will instruct LaTeX to keep
/netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/
H A Dclang.rst487 ``-Wl,-object_path_lto,<lto-filename>.o`` at the linking step to instruct the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dplugins.texi521 build multiple plugin libraries and either instruct your users on how
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dplugins.texi525 build multiple plugin libraries and either instruct your users on how
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.texi557 @w{@file{@var{prefix}/lib/emacs/lisp/default.el}}, or instruct your
/netbsd-src/crypto/external/bsd/netpgp/dist/doc/
H A Ddoxygen-user.cfg552 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
775 # command to the generated LaTeX files. This will instruct LaTeX to keep
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgcc.doxy589 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
827 # command to the generated LaTeX files. This will instruct LaTeX to keep
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgcc.doxy589 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
827 # command to the generated LaTeX files. This will instruct LaTeX to keep
/netbsd-src/external/bsd/unbound/dist/doc/
H A Dexample.conf.in735 # instruct the auto-trust-anchor-file probing to add anchors after ttl.
738 # instruct the auto-trust-anchor-file probing to del anchors after ttl.
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/
H A Ddoxygen.rc619 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
865 # command to the generated LaTeX files. This will instruct LaTeX to keep

1234