Home
last modified time | relevance | path

Searched refs:texinfo (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/docs/analyzer/
DMakefile123 texinfo: target
124 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
131 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
133 make -C $(BUILDDIR)/texinfo info
Dmake.bat33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
/external/llvm/docs/
DMakefile.sphinx123 texinfo:
124 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
131 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
133 make -C $(BUILDDIR)/texinfo info
Dmake.bat33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
/external/clang/docs/
DMakefile.sphinx131 texinfo:
132 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
139 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
141 make -C $(BUILDDIR)/texinfo info
Dmake.bat33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
/external/e2fsprogs/doc/
DMakefile.in36 libext2fs.info: $(srcdir)/libext2fs.texinfo
38 -$(Q) $(INFO) $(srcdir)/libext2fs.texinfo
40 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
42 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
52 libext2fs.html: $(srcdir)/libext2fs.texinfo
54 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be out
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
55 % It is possible to adapt texinfo.tex for other languages, to some
[all …]
/external/e2fsprogs/lib/et/
DMakefile.in70 com_err.dvi: com_err.texinfo
72 com_err.info: $(srcdir)/com_err.texinfo
74 -$(Q) $(INFO) $(srcdir)/com_err.texinfo
76 com_err.dvi: $(srcdir)/com_err.texinfo
78 -$(Q) $(DVI) $(srcdir)/com_err.texinfo
88 com_err.html: $(srcdir)/com_err.texinfo
90 -$(Q) $(HTML) $(srcdir)/com_err.texinfo
Dcom_err.texinfo1 \input texinfo @c -*-texinfo-*-
7 @c Note that although this source file is in texinfo format (more
11 @c In order to produce hardcopy documentation from a texinfo file,
12 @c run ``tex com_err.texinfo'' which will load in texinfo.tex,
13 @c provided in this distribution. (texinfo.tex is from the Free
49 Note that the file texinfo.tex, provided with this distribution, is from
108 Note that the file texinfo.tex, provided with this distribution, is from
Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
31 % Please try the latest version of texinfo.tex before submitting bug
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be out
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
55 % It is possible to adapt texinfo.tex for other languages, to some
[all …]
/external/e2fsprogs/debian/attic/libs/
Drules48 cd doc && texi2html -split_chapter libext2fs.texinfo
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
122 install -p $(topdir)/doc/libext2fs.texinfo \
124 install -p $(topdir)/lib/et/com_err.texinfo \
/external/bison/build-aux/
Dgendocs.sh176 *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
180 srcfile=$srcdir/$PACKAGE.texinfo
349 srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true
/external/e2fsprogs/
D.release-checklist14 doc/libext2fs.texinfo (three places)
DABOUT-NLS242 texinfo | [] [] [] [] [] |
316 texinfo | [] [] [] |
390 texinfo | [] [] | 10
/external/jetty/src/resources/org/eclipse/jetty/http/
Dmime.properties148 texi = application/x-texinfo
149 texinfo = application/x-texinfo key
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1954 struct r600_textures_info *texinfo, in r600_emit_sampler() argument
1961 for (i = 0; i < texinfo->n_samplers; i++) { in r600_emit_sampler()
1963 if (texinfo->samplers[i] == NULL) { in r600_emit_sampler()
1971 if (texinfo->views.views[i]) { in r600_emit_sampler()
1972 if (texinfo->views.views[i]->base.texture->target == PIPE_TEXTURE_1D_ARRAY || in r600_emit_sampler()
1973 texinfo->views.views[i]->base.texture->target == PIPE_TEXTURE_2D_ARRAY) { in r600_emit_sampler()
1974 texinfo->samplers[i]->tex_sampler_words[0] |= S_03C000_TEX_ARRAY_OVERRIDE(1); in r600_emit_sampler()
1975 texinfo->is_array_sampler[i] = true; in r600_emit_sampler()
1977 texinfo->samplers[i]->tex_sampler_words[0] &= C_03C000_TEX_ARRAY_OVERRIDE; in r600_emit_sampler()
1978 texinfo->is_array_sampler[i] = false; in r600_emit_sampler()
[all …]
Devergreen_state.c2117 struct r600_textures_info *texinfo, in evergreen_emit_sampler() argument
2124 for (i = 0; i < texinfo->n_samplers; i++) { in evergreen_emit_sampler()
2126 if (texinfo->samplers[i] == NULL) { in evergreen_emit_sampler()
2131 r600_write_array(cs, 3, texinfo->samplers[i]->tex_sampler_words); in evergreen_emit_sampler()
2133 if (texinfo->samplers[i]->border_color_use) { in evergreen_emit_sampler()
2136 r600_write_array(cs, 4, texinfo->samplers[i]->border_color); in evergreen_emit_sampler()
/external/bison/
DChangeLog-2012102 * doc/bison.texinfo (Locations Overview): Rename node to...
110 * doc/bison.texinfo (Locations): Rename node to...
121 * doc/bison.texinfo (Named References): Rename section to match
133 * doc/bison.texinfo (Named References): Explain briefly how
142 * doc/bison.texinfo (Named References): Because it discusses
284 * doc/bison.texinfo (Bison Options): Document.
321 * doc/bison.texinfo (Bison Options): Document.
369 * doc/bison.texinfo (LAC): Here.
376 * doc/bison.texinfo (%define Summary): Update.
438 * doc/bison.texinfo (LAC): Here.
[all …]
DABOUT-NLS354 texinfo | |
538 texinfo | [] [] [] |
722 texinfo | [] [] [] [] |
906 texinfo | [] |
1090 texinfo | [] [] [] [] |
1274 texinfo | [] [] [] [] | 16
DChangeLog2170 See http://lists.gnu.org/archive/html/bug-texinfo/2012-07/msg00032.html
2536 * doc/bison.texinfo: Rename as...
2683 * doc/bison.texinfo: Spello.
2912 * doc/bison.texinfo: Fix errors spotted by syntax-check.
3171 * doc/bison.texinfo: here.
3188 * doc/bison.texinfo: Fix incorrect @ref uses.
3219 * doc/bison.texinfo: Explicitly use yyoutput in the examples.
3225 * doc/bison.texinfo (Printer Decl): New.
3314 * doc/bison.texinfo: Avoid using @def* variant with more
3324 * doc/bison.texinfo (Table of Symbols): Fix the documentation
[all …]
/external/bison/doc/
Dbison.x42 .B bison.texinfo
/external/ltrace/
DMakefile.am92 config/autoconf/texinfo.tex \
/external/elfutils/src/
DABOUT-NLS340 texinfo | [] [] [] |
509 texinfo | [] [] [] |
678 texinfo | [] [] |
847 texinfo | [] [] [] [] |
1016 texinfo | [] [] [] | 15
/external/libexif/
DABOUT-NLS304 texinfo | [] [] [] |
441 texinfo | [] [] [] [] |
578 texinfo | [] [] [] [] |
715 texinfo | [] [] [] | 14

12