Searched refs:xrefs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh104 xrefs=
129 xrefs=$OPTARG
160 if [ -z "$xrefs" ]; then
164 xrefs="cscope ctags"
166 xrefs="$xrefs etags"
170 set -- $xrefs
173 xrefs=
177 xrefs="$xrefs cscop
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c159 ulong_t *xrefs = dt_zalloc(dtp, newsize); local
161 if (xrefs == NULL)
164 bcopy(pvp->pv_xrefs, xrefs, oldsize);
167 pvp->pv_xrefs = xrefs;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4385 % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the

Completed in 83 milliseconds