/titanic_51/usr/src/tools/scripts/ |
H A D | xref.mk | 24 # This Makefile is used exclusively by `xref' to generate and maintain 29 # xref.files rule below, and any files that would also be hauled over as 31 # turned off via the -f flag to `xref'). 48 # too can be overridden via the -m option to `xref'. 91 # * Any additional FLG-related source files are in xref.flg. 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 [all...] |
H A D | xref.sh | 26 # xref: build and maintain source cross-reference databases. 32 XREFMK=`dirname $0`/xref.mk 100 [ -f $XREFMK ] || fail "cannot locate xref.mk" 121 # up in CPPFLAGS, and thus don't end up in XRINCS in xref.mk. 149 # Get the canonical path to the workspace. This allows xref to work 157 # Process the xref format list. For convenience, support common synonyms 158 # for the xref formats. 165 $MAKE -e -f $XREFMK xref.etags.check 2>/dev/null 1>&2 && \ 174 for xref; do 175 case $xref i [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 | 49 xref 101 xref.1onbld 107 xref.mk
|
/titanic_51/usr/src/cmd/sgs/ |
H A D | Makefile | 188 # Establish a set of directories for xref to search. As there are duplicates 189 # of things like headers, and only one file will be added to the xref database, 190 # we want xref to list the source file. 202 xref: FRC target 204 xref -p -x cscope
|
/titanic_51/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_51/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 174 typedef struct xref { struct 175 ssize_t xf_position; /* xref fd position in poll fd list */ argument 225 int pd_nsets; /* num of xref sets, used by poll(2) */ 226 xref_t *pd_ref; /* ptr to xref info, 1 for each set */ 177 xf_refcntxref global() argument
|
/titanic_51/usr/src/cmd/mandoc/ |
H A D | term_ps.c | 797 size_t i, xref, base; in ps_end() local 838 xref = p->ps->pdfbytes; in ps_end() 839 ps_printf(p, "xref\n"); in ps_end() 854 ps_printf(p, "%zu\n", xref); in ps_end()
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 143 file path=opt/onbld/bin/xref mode=0555 144 file path=opt/onbld/bin/xref.mk 379 file path=opt/onbld/man/man1onbld/xref.1onbld
|
/titanic_51/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{savedefaul [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 contro [all...] |
H A D | multiboot.texi | 992 the INT 15h, AX=E820h --- Query System Address Map call. See @xref{Query
|
/titanic_51/usr/src/ |
H A D | Makefile.master | 179 XREF= $(ONBLD_TOOLS)/bin/xref
|
/titanic_51/ |
H A D | .gitignore | 8998 usr/src/tools/scripts/xref
|
/titanic_51/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
|