/titanic_44/usr/src/tools/scripts/ |
H A D | xref.mk | 109 xref.files: 110 $(TOUCH) xref.flg 111 $(FIND) $(XRDIRS) `$(CAT) xref.flg` \ 114 $(PERL) -ne 's:^\./::; next if ($$seen{$$_}++); print' > xref.tmp 115 > xref.files 116 -$(GREP) -v Makefile xref.tmp >> xref.files 117 -$(GREP) Makefile xref.tmp >> xref.files 118 $(RM) xref.tmp 127 xref.flg: 128 > xref.tmp [all …]
|
H A D | xref.sh | 32 XREFMK=`dirname $0`/xref.mk 165 $MAKE -e -f $XREFMK xref.etags.check 2>/dev/null 1>&2 && \ 174 for xref; do 175 case $xref in 186 warn "ignoring unknown cross-reference \"$xref\"" 221 $MAKE -e -f $XREFMK xref.clean > /dev/null 230 $MAKE -e -f $XREFMK xref.flg > /dev/null 234 nfiles=`wc -l < xref.flg` 247 for xref in $xrefs; do 249 info "$reldir: clobbering $xref cross-reference" [all …]
|
H A D | build_cscope.sh | 84 xref -c $dirs 85 xref $flags $dirs || fail "cannot build $name cross-reference"
|
H A D | Makefile | 47 xref 101 xref.1 107 xref.mk
|
/titanic_44/usr/src/cmd/sgs/ |
H A D | Makefile | 202 xref: FRC target 204 xref -p -x cscope
|
/titanic_44/usr/src/cmd/man/ |
H A D | makewhatis.c | 534 int xref; in process_mdoc_line() local 547 xref = strncmp(line, ".Xr", 3) == 0; in process_mdoc_line() 581 if (xref) { in process_mdoc_line() 585 xref = 0; in process_mdoc_line()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 136 typedef struct xref { struct
|
/titanic_44/usr/src/cmd/mandoc/ |
H A D | term_ps.c | 688 size_t i, xref, base; in ps_end() local 731 xref = p->ps->pdfbytes; in ps_end() 747 ps_printf(p, "%zu\n", xref); in ps_end()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 130 file path=opt/onbld/bin/xref mode=0555 131 file path=opt/onbld/bin/xref.mk 224 file path=opt/onbld/man/man1/xref.1
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | grub.texi | 207 sources available via anonymous CVS. @xref{Obtaining and Building 287 fs}. @xref{Filesystem}, for more information. 604 @dfn{device map}, which you must fix if it is wrong. @xref{Device 847 use more complicated instructions. @xref{DOS/Windows}, for more 940 kernel. @xref{uppermem}, for more information. 1479 manually). @xref{ifconfig}, for more details. 1758 boot images. Here is a short overview of them. @xref{Internals}, for 1874 network. @xref{Network}, for more information. 1876 If you boot GRUB from a CD-ROM, @samp{(cd)} is available. @xref{Making 2139 @command{savedefault}. @xref{savedefault}, for more information. [all …]
|
H A D | internals.texi | 304 @dfn{Stage 1.5}). @xref{Memory map}, for more information. 406 Write ChangeLog entries. @xref{Change Logs, , Change Logs, standards,
|
H A D | texinfo.tex | 4281 % xref code eventually uses it. On the other hand, it has to be called 5845 \newif\ifhavexrefs % True if xref values are known. 5879 % @anchor{NAME} -- define xref target at arbitrary point. 5918 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is 5924 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]} 5945 % We know the real title if we have the xref values. 5976 % include an _ in the xref name, etc. 6033 % This macro is called from \xrefX for the `[nodename]' part of xref 6103 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value. 6105 % Was that xref control sequence that we just defined for a float? [all …]
|
H A D | multiboot.texi | 992 the INT 15h, AX=E820h --- Query System Address Map call. See @xref{Query
|
/titanic_44/usr/src/ |
H A D | Makefile.master | 170 XREF= $(ONBLD_TOOLS)/bin/xref
|
/titanic_44/ |
H A D | .gitignore | 8998 usr/src/tools/scripts/xref
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 4643 # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/io/tem_safe.c
|
H A D | terminfo.src | 5290 # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/io/tem_safe.c
|