Home
last modified time | relevance | path

Searched refs:floatenv (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/texinfo/makeinfo/
Dinsertion.c715 case floatenv: in begin_insertion()
992 if (docbook && current_insertion_type () == floatenv) in end_insertion()
997 if (docbook && current_insertion_type () == floatenv) in end_insertion()
1002 if (docbook && current_insertion_type () == floatenv) in end_insertion()
1007 if (docbook && current_insertion_type () == floatenv) in end_insertion()
1149 case floatenv: in end_insertion()
1357 if (docbook && current_insertion_type () == floatenv) in cm_example()
1381 if (docbook && current_insertion_type () == floatenv) in cm_smallexample()
1400 if (docbook && current_insertion_type () == floatenv) in cm_lisp()
1419 if (docbook && current_insertion_type () == floatenv) in cm_smalllisp()
[all …]
Dinsertion.h30 example, floatenv, flushleft, flushright, format, ftable, group, enumerator
Dxml.c1643 if (is_in_insertion_of_type (floatenv)) in xml_insert_docbook_image()
2000 if (is_in_insertion_of_type (floatenv)) in xml_begin_multitable()
/freebsd-9-stable/contrib/texinfo/
DChangeLog3268 @anchor and @caption commands in floatenv.
3401 moved common floatenv handling to ...
3476 * makeinfo/insertion.h: new environment floatenv.
3479 (begin_insertion, end_insertion): handle floatenv.
3493 replacements inside floatenv.