Home
last modified time | relevance | path

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

12

/openbsd/src/games/backgammon/backgammon/
Dmain.c39 extern const char *const instruct[]; /* text of instructions */
123 text(instruct); in main()
Dtext.c34 const char *const instruct[] = { variable
/openbsd/src/sys/arch/hppa/hppa/
Ddb_disasm.c2318 uint32_t instruct; in db_disasm() local
2322 instruct = ddb_regs.tf_iir; in db_disasm()
2325 &instruct)) in db_disasm()
2326 instruct = 0; in db_disasm()
2328 instruct = *(int *)loc; in db_disasm()
2332 m = &majopcs[Opcode(instruct)]; in db_disasm()
2333 ext = OpExt(instruct, m); in db_disasm()
2349 ok = (*i->dasmfcn)(i, ofs, instruct); in db_disasm()
2355 db_printf("<%08x>", instruct); in db_disasm()
2358 return (loc + sizeof(instruct)); in db_disasm()
/openbsd/src/gnu/llvm/clang/docs/
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.
DClangRepl.rst58 The tool will instruct the JIT to run specified functions, translating them
Ddoxygen.cfg.in905 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1650 # command to the generated LaTeX files. This will instruct LaTeX to keep running
DModules.rst895 …he program should be linked. For example, specifying "clangBasic" would instruct the linker to lin…
/openbsd/src/games/canfield/canfield/
Dcanfield.c201 void instruct(void);
1588 instruct(void) in instruct() function
1747 instruct(); in main()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-msp430.texi238 We define new pseudo operation @samp{.profiler} which will instruct assembler to
/openbsd/src/gnu/usr.bin/perl/
DREADME.tru64103 The second option is to explicitly instruct Configure to detect the
/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
DLegalizer.rst90 enum tokens (``Legal``, ``WidenScalar``, ...) that instruct it to call a
/openbsd/src/gnu/llvm/libcxx/docs/
DBuildingLibcxx.rst141 line above. This will instruct ``check-cxx`` to use the right target triple
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
Duser.cfg.in459 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
675 # command to the generated LaTeX files. This will instruct LaTeX to keep
/openbsd/src/gnu/llvm/clang/docs/CommandGuide/
Dclang.rst515 ``-Wl,-object_path_lto,<lto-filename>.o`` at the linking step to instruct the
/openbsd/src/gnu/usr.bin/cvs/
Daclocal.m4469 # instruct install-strip to use install-sh and the given $STRIP program.
/openbsd/src/gnu/gcc/libstdc++-v3/docs/doxygen/
Duser.cfg.in686 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
928 # command to the generated LaTeX files. This will instruct LaTeX to keep
/openbsd/src/usr.sbin/unbound/doc/
Dexample.conf.in760 # instruct the auto-trust-anchor-file probing to add anchors after ttl.
763 # instruct the auto-trust-anchor-file probing to del anchors after ttl.
/openbsd/src/gnu/llvm/lldb/docs/
Ddoxygen.cfg.in709 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
1150 # command to the generated LaTeX files. This will instruct LaTeX to keep
/openbsd/src/usr.sbin/nsd/
Dconfigure.ac1422 echo "* This will instruct NSD to be stricter *"
/openbsd/src/usr.sbin/nsd/doc/
DREADME169 This will instruct NSD to be stricter when validating its input.
/openbsd/src/usr.bin/lex/
DONEWS764 - The '-p' option may be given twice ('-pp') to instruct flex to
/openbsd/src/gnu/llvm/llvm/docs/
Ddoxygen.cfg.in906 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
1651 # command to the generated LaTeX files. This will instruct LaTeX to keep running
/openbsd/src/share/snmp/
DIF-MIB.txt1378 objects which allow a network manager to instruct an agent
/openbsd/src/gnu/usr.bin/perl/Porting/
Dpumpkin.pod1151 another software package. In this case, you need to instruct the perl
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.info-4598 instruct CVS to mail a message to all developers, or post a message to

12