Home
last modified time | relevance | path

Searched refs:outline (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/usr.bin/yacc/
H A Doutput.c111 ++outline; in output_prefix()
113 ++outline; in output_prefix()
115 ++outline; in output_prefix()
117 ++outline; in output_prefix()
119 ++outline; in output_prefix()
121 ++outline; in output_prefix()
123 ++outline; in output_prefix()
125 ++outline; in output_prefix()
127 ++outline; in output_prefix()
129 ++outline; in output_prefix()
[all …]
H A Dskeleton.c399 ++outline; in write_section()
H A Dmain.c53 int outline; variable
H A Ddefs.h220 extern int outline;
H A Dreader.c347 ++outline; in copy_ident()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/diag/
H A Disoinfo.c306 char outline[80]; in dump_stat() local
308 memset(outline, ' ', sizeof(outline)); in dump_stat()
311 outline[0] = '-'; in dump_stat()
313 outline[0] = 'd'; in dump_stat()
315 outline[0] = 'l'; in dump_stat()
317 outline[0] = 'c'; in dump_stat()
319 outline[0] = 'b'; in dump_stat()
321 outline[0] = 'f'; in dump_stat()
323 outline[0] = 's'; in dump_stat()
325 outline[0] = '?'; in dump_stat()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddisassemble.c41 char outline[1024]; in do_disassemble() local
51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline, in do_disassemble()
52 sizeof(outline)); in do_disassemble()
57 pprint(pos, buf + pos, l, outline); in do_disassemble()
/openbsd-src/games/hack/
H A Dhack.rumors.c76 static void outline(FILE *);
105 outline(FILE *rumf) in outline() function
134 outline(rumf); in outrumor()
/openbsd-src/share/zoneinfo/
H A Dzishrink.awk165 f, field, end, n, outline, r, \
247 outline = make_line(n, field)
249 rule_output_line[nrule_out++] = outline
255 link_output_line[nlink_out++] = outline
257 zonedef[zonename] = (zoneline ? "" : zonedef[zonename] "\n") outline
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py134 outline = "Stack frame from $fp-%d: " % (2 * addr_size)
140 outline += " 0x%x" % address
142 print(outline)
/openbsd-src/usr.bin/file/magdir/
H A Damigaos44 0 beshort 0x0f03 AmigaOS outline font
45 0 belong 0x80001001 AmigaOS outline tag
H A Dacorn23 0 string FONT\0 RISC OS outline font data,
/openbsd-src/sys/ddb/
H A Ddb_dwarf.c220 const char **outdirname, const char **outbasename, int *outline) in db_dwarf_line_at_pc() argument
378 *outline = last_line; in db_dwarf_line_at_pc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp410 bool outline(Module &M, std::vector<OutlinedFunction> &FunctionList,
749 bool MachineOutliner::outline(Module &M, in outline() function in MachineOutliner
1078 outline(M, FunctionList, Mapper, OutlinedFunctionNum); in doOutline()
/openbsd-src/gnu/llvm/llvm/docs/_ocamldoc/
H A Dstyle.css8 { margin: 0; padding: 0; border: 0 none; outline: 0; font-size: 100%;
/openbsd-src/gnu/llvm/clang/docs/
H A DRefactoringEngine.rst36 outline of a ``local-rename`` action:
H A DAddressSanitizer.rst294 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A DCMakeLists.txt558 # Generate outline atomics helpers from lse.S base
/openbsd-src/usr.bin/lex/
H A DNEWS531 mode: outline-minor
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlapio.pod359 There is outline support for co-existence of PerlIO with stdio.
H A Dperlinterp.pod229 something similar in outline to:
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64.td77 def FeatureOutlineAtomics : SubtargetFeature<"outline-atomics", "OutlineAtomics", "true",
/openbsd-src/gnu/llvm/llvm/docs/
H A DYamlIO.rst449 must convert that to your native data type. An outline of a custom scalar type
H A DExceptionHandling.rst533 expressions, and frontends must outline them ahead of time. Local variables of
/openbsd-src/lib/libexpat/
H A DChanges1393 - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.

12