Searched refs:xref (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh26 # 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 Dxref.mk24 # 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 Dbuild_cscope.sh84 xref -c $dirs
85 xref $flags $dirs || fail "cannot build $name cross-reference"
H A DMakefile47 xref
101 xref.1onbld
107 xref.mk
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile186 # Establish a set of directories for xref to search. As there are duplicates
187 # of things like headers, and only one file will be added to the xref database,
188 # we want xref to list the source file.
200 xref: FRC
202 xref -p -x cscope
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c534 int xref; local
547 xref = strncmp(line, ".Xr", 3) == 0;
581 if (xref) {
585 xref = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h174 typedef struct xref { struct
175 ssize_t xf_position; /* xref fd position in poll fd list */
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 */
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c783 size_t i, xref, base; local
824 xref = p->ps->pdfbytes;
825 ps_printf(p, "xref\n");
840 ps_printf(p, "%zu\n", xref);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4281 % 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...]

Completed in 2362 milliseconds