Searched refs:doc (Results 1 – 13 of 13) sorted by relevance
12 /doc/html.xsl13 /doc/manpages.xsl14 /doc/jemalloc.xml15 /doc/jemalloc.html16 /doc/jemalloc.3
138 MAN3 := $(objroot)doc/jemalloc$(install_suffix).3139 DOCS_XML := $(objroot)doc/jemalloc$(install_suffix).xml257 $(objroot)doc/%.html : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/html.xsl258 $(XSLTPROC) -o $@ $(objroot)doc/html.xsl $<260 $(objroot)doc/%.3 : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/manpages.xsl261 $(XSLTPROC) -o $@ $(objroot)doc/manpages.xsl $<408 $(INSTALL) -d $(DATADIR)/doc/jemalloc$(install_suffix)411 $(INSTALL) -m 644 $$d $(DATADIR)/doc/jemalloc$(install_suffix); \
798 cfgoutputs_in="${cfgoutputs_in} doc/html.xsl.in"799 cfgoutputs_in="${cfgoutputs_in} doc/manpages.xsl.in"800 cfgoutputs_in="${cfgoutputs_in} doc/jemalloc.xml.in"810 cfgoutputs_out="${cfgoutputs_out} doc/html.xsl"811 cfgoutputs_out="${cfgoutputs_out} doc/manpages.xsl"812 cfgoutputs_out="${cfgoutputs_out} doc/jemalloc.xml"822 cfgoutputs_tup="${cfgoutputs_tup} doc/html.xsl:doc/html.xsl.in"823 cfgoutputs_tup="${cfgoutputs_tup} doc/manpages.xsl:doc/manpages.xsl.in"824 cfgoutputs_tup="${cfgoutputs_tup} doc/jemalloc.xml:doc/jemalloc.xml.in"
435 nroff -man -t doc/jemalloc.3
3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
10 * doc/jitterentropy.3
44 install -m 644 doc/$(NAME).3 $(PREFIX)/share/man/man3/
138 union node *doc; member
205 calcsize(n->nhere.doc);314 new->nhere.doc = copynode(n->nhere.doc);454 encodenode(n->nhere.doc); in encodenode()556 decodenode(&n->nhere.doc); in decodenode()
305 p = redir->nhere.doc->narg.text; in openhere()307 expandarg(redir->nhere.doc, NULL, EXP_QUOTED); in openhere()
147 doc nodeptr # input to command (NARG node)
663 here->here->nhere.doc = n; in parseheredoc()
Completed in 15 milliseconds