/openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
H A D | Makefile.in | 72 INFO_DEPS = gdb.info gdbint.info stabs.info annotate.info 143 $(srcdir)/annotate.texinfo \ 153 dvi: gdb.dvi gdbint.dvi stabs.dvi refcard.dvi annotate.dvi 154 ps: gdb.ps gdbint.ps stabs.ps refcard.ps annotate.ps 156 pdf: gdb.pdf gdbint.pdf stabs.pdf annotate.pdf 439 ANNOTATE_TEX_TMPS = annotate.aux annotate.cp* annotate.fn* annotate.ky* \ 440 annotate.log annotate.pg* annotate.toc annotate.tp* annotate.vr* 443 annotate.dvi : $(ANNOTATE_DOC_FILES) 445 $(SET_TEXINPUTS) $(TEXI2DVI) $(srcdir)/annotate.texinfo 447 annotate.ps: annotate.dvi [all …]
|
H A D | ChangeLog | 164 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto. 314 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections. 426 * annotate.texinfo: Ditto. 448 * annotate.texinfo: Fix "fortunatly"[sic]. 586 to "Limitations of the Annotation Interface" in annotate.texi. 595 (html): Depend on "annotate_toc.html", and not "annotate.html". 602 * Makefile.in (INFO_DEPS): Add annotate.info. 603 (dvi, ps, html, pdf): Add annotate. 608 (annotate.info, annotate_toc.html): Specify dependencies. 609 (annotate.ps, annotate.pdf, annotate.dvi): Ditto. [all …]
|
H A D | annotate.texinfo | 3 @setfilename annotate.info 9 * Annotate: (annotate). The obsolete annotation interface. 99 @code{--annotate=2} option. 119 $ gdb --annotate=2
|
/openbsd-src/regress/usr.bin/cvs/ |
H A D | Makefile | 55 cvs-annotate \ 56 cvs-annotate-rflag-inval_branch_rev \ 57 cvs-annotate-rflag-inval_branch_rev-fflag \ 58 cvs-annotate-rflag-unknown_symbol-fflag \ 101 test-cvs-annotate: 106 test-cvs-annotate-rflag-inval_branch_rev: 111 test-cvs-annotate-rflag-inval_branch_rev-fflag: 116 test-cvs-annotate-rflag-unknown_symbol-fflag:
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | gdb_history | 148 set annotate 187 show annotate
|
/openbsd-src/usr.bin/cvs/ |
H A D | Makefile | 7 SRCS= cvs.c add.c admin.c annotate.c atomicio.c commit.c config.c \
|
H A D | rcs.c | 1726 int annotate, done, i, nextroot; in rcs_rev_getlines() local 1754 annotate = ANNOTATE_LATER; in rcs_rev_getlines() 1757 annotate = ANNOTATE_NEVER; in rcs_rev_getlines() 1765 if (annotate == ANNOTATE_LATER) { in rcs_rev_getlines() 1775 annotate = ANNOTATE_NOW; in rcs_rev_getlines() 1813 if (annotate == ANNOTATE_NOW) in rcs_rev_getlines() 1820 if (annotate != ANNOTATE_LATER) in rcs_rev_getlines() 1832 annotate = ANNOTATE_NOW; in rcs_rev_getlines() 1863 if (annotate != ANNOTATE_NEVER) { in rcs_rev_getlines() 1880 if (annotate == ANNOTATE_NOW) { in rcs_rev_getlines()
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | Makefile.in | 116 annotate.c \ 214 am_cvs_OBJECTS = add.$(OBJEXT) admin.$(OBJEXT) annotate.$(OBJEXT) \ 251 @AMDEP_TRUE@ $(DEPDIR)/annotate.Po $(DEPDIR)/buffer.Po \ 411 @_am_include@ @_am_quote@$(DEPDIR)/annotate.Po@_am_quote@
|
H A D | Makefile.am | 32 annotate.c \
|
H A D | annotate.c | 47 annotate (argc, argv) in annotate() function
|
H A D | main.c | 114 { "annotate", "ann", "blame", annotate, CVS_CMD_USES_WORK_DIR }, 135 { "rannotate","rann", "ra", annotate, 0 },
|
H A D | cvs.h | 863 extern int annotate PROTO ((int argc, char **argv));
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | TokenAnnotator.h | 181 void annotate(AnnotatedLine &Line) const;
|
H A D | TokenAnalyzer.cpp | 126 Annotator.annotate(*AnnotatedLines.back()); in process()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ModuloSchedule.h | 387 void annotate();
|
/openbsd-src/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info | 116 Node: annotate151787
|
H A D | cvs.aux | 232 'xrdef {annotate-title}{Annotate command} 233 'xrdef {annotate-pg}{60} 234 'xrdef {annotate-snt}{Section'tie8.4}
|
H A D | cvs.info-4 | 77 * annotate:: What revision modified each line of a file? 105 File: cvs.info, Node: user-defined logging, Next: annotate, Prev: history database, Up: History… 144 File: cvs.info, Node: annotate, Prev: user-defined logging, Up: History browsing 149 - Command: cvs annotate [`-flR'] [`-r rev'|`-D date'] files ... 154 $ cvs annotate ssfile 168 The options to `cvs annotate' are listed in *Note Invoking CVS::, 169 and can be used to select the files and revisions to annotate. The
|
H A D | cvs.info-9 | 92 * annotate (subcommand): annotate.
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | style.pod | 159 is best done on a per-method basis, but explicitly annotate the mixins
|
H A D | PkgCreate.pm | 1169 sub annotate($, $, $, $) subroutine 1210 $self->annotate($o, $l, $file);
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 433 to annotate the new node with file/line information. 438 * semantics.c: Use annotate_with_file_line to annotate tree
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | BranchWeightMetadata.rst | 223 annotation. The reason why we cannot annotate this on the callsite is that it
|
/openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
H A D | mktables | 382 # To compare the output tables, it may be useful to specify the -annotate 661 # to use the -annotate option when using this. Run this program on a unicore 715 my $annotate = 0; # ? Should character names be in the output 782 elsif ($arg eq '-annotate') { 783 $annotate = 1; 811 -annotate : Output an annotation for each character in the table files; 1511 # These are used only if $annotate is true. 1542 # Used only with the $annotate option. Populates the arrays with the 1642 Carp::my_carp_bug("Can't figure out how to annotate " 5895 if ($annotate || [all...] |
/openbsd-src/gnu/usr.bin/cvs/ |
H A D | NEWS | 228 * The "annotate" command can now be used to annotate a revision other 230 the annotate node of cvs.texinfo for details). 255 * New "cvs annotate" command to display the last modification for each 258 the `annotate' node in cvs.texinfo.
|