HomeSort by: relevance | last modified time | path
    Searched refs:iftex (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl2/texinfo/dist/makeinfo/tests/
cond 19 # --ifhtml off, --ifinfo off, --iftex off.
20 ../makeinfo --no-ifhtml --no-ifinfo --no-iftex -o cond.out $srcdir/cond.txi || exit 1
27 # --ifhtml on, --ifinfo on, --iftex on.
28 ../makeinfo --ifhtml --ifinfo --iftex -o cond.out $srcdir/cond.txi || exit 1
29 egrep 'This is (html|ifhtml|ifinfo|tex|iftex) text' cond.out >/dev/null \
  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.h 34 ifnotplaintext, ifnottex, ifnotxml, ifplaintext, ifset, iftex, ifxml, enumerator in enum:insertion_type
insertion.c 45 "ifnotxml", "ifplaintext", "ifset", "iftex", "ifxml", "itemize", "lisp",
124 case iftex:
872 case iftex:
1071 case iftex:
1329 && insertion_stack->insertion <= iftex)
1864 begin_insertion (iftex);
2154 case iftex:
  /src/external/gpl3/binutils/dist/etc/
texi2pod.pl 151 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
158 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
193 /^\@(ignore|menu|iftex|copying)\b/ and do {
  /src/external/gpl3/binutils.old/dist/etc/
texi2pod.pl 151 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
158 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
193 /^\@(ignore|menu|iftex|copying)\b/ and do {
  /src/external/gpl3/gcc/dist/contrib/
texi2pod.pl 149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
156 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
192 /^\@(ignore|menu|iftex|copying)\b/ and do {
  /src/external/gpl3/gcc.old/dist/contrib/
texi2pod.pl 149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
156 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
192 /^\@(ignore|menu|iftex|copying)\b/ and do {
  /src/external/gpl3/gdb.old/dist/etc/
texi2pod.pl 151 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
158 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
193 /^\@(ignore|menu|iftex|copying)\b/ and do {
  /src/external/gpl3/gdb/dist/etc/
texi2pod.pl 151 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
158 if ($ended =~ /^(?:ifset|ifclear|ignore|menu|iftex)$/) {
193 /^\@(ignore|menu|iftex|copying)\b/ and do {
  /src/external/gpl2/texinfo/dist/util/
texi2dvi 281 # iftex sections only. We want to remove non TeX sections, and comment
285 # Unfortunately makeinfo --iftex --no-ifinfo doesn't work well enough
293 /^@iftex/,/^@end iftex/{
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 337 -expandtex : use \@iftex sections, not \@ifhtml
399 $to_skip{'iftex'}++;
400 $to_skip{'end iftex'}++;
618 &skip_until($tag), next if $tag eq 'iftex';
626 &skip_until($tag), next if $tag eq 'iftex';
2023 converts @ifhtml sections and not @ifinfo or @iftex ones by default. You can
2037 Expand @iftex sections, not @ifhtml ones.
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 337 -expandtex : use \@iftex sections, not \@ifhtml
399 $to_skip{'iftex'}++;
400 $to_skip{'end iftex'}++;
618 &skip_until($tag), next if $tag eq 'iftex';
626 &skip_until($tag), next if $tag eq 'iftex';
2023 converts @ifhtml sections and not @ifinfo or @iftex ones by default. You can
2037 Expand @iftex sections, not @ifhtml ones.
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 2660 % @iftex, @ifnothtml, @ifnotinfo, @ifnotplaintext always succeed; we
2661 % read the text following, through the first @end iftex (etc.). Make
2662 % `@end iftex' (etc.) valid only after an @iftex.
2664 \def\iftex{\conditionalsucceed{iftex}}
2668 \defineunmatchedend{iftex}
2673 % We can't just want to start a group at @iftex (etc.) and end it at
2674 % @end iftex, since then @set commands inside the conditional have no
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 1017 % @iftex, @ifnothtml, @ifnotinfo always succeed; we read the text
1018 % following, through the first @end iftex (etc.). Make `@end iftex'
1019 % (etc.) valid only after an @iftex.
1021 \def\iftex{\conditionalsucceed{iftex}}
1024 \defineunmatchedend{iftex}
1028 % We can't just want to start a group at @iftex (for example) and end it
1029 % at @end iftex, since then @set commands inside the conditional have no
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 2570 % @iftex, @ifnothtml, @ifnotinfo always succeed; we read the text
2571 % following, through the first @end iftex (etc.). Make `@end iftex'
2572 % (etc.) valid only after an @iftex.
2574 \def\iftex{\conditionalsucceed{iftex}}
2577 \defineunmatchedend{iftex}
2581 % We can't just want to start a group at @iftex (for example) and end it
2582 % at @end iftex, since then @set commands inside the conditional have no
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 140 # if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections
141 # else, neither expand @iftex, @tex, nor @ifinfo sections
2283 $to_skip{'iftex'} = 1;
2284 $to_skip{'end iftex'} = 1;
3140 if ($tag eq 'iftex')
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 140 # if set to "tex" (or, "info") expand @iftex and @tex (or, @ifinfo) sections
141 # else, neither expand @iftex, @tex, nor @ifinfo sections
2283 $to_skip{'iftex'} = 1;
2284 $to_skip{'end iftex'} = 1;
3140 if ($tag eq 'iftex')
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 488 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2919 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
2929 \makecond{iftex}
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 495 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2825 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
2835 \makecond{iftex}
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 495 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2825 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
2835 \makecond{iftex}
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 528 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2861 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
4036 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
4046 \makecond{iftex}
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 528 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2861 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
4036 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
4046 \makecond{iftex}
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 527 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2856 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
4012 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
4022 \makecond{iftex}
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 527 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2858 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
4014 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
4024 \makecond{iftex}
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 528 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
2861 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
4036 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
4046 \makecond{iftex}

Completed in 97 milliseconds

1 2