Home
last modified time | relevance | path

Searched refs:XOF_UNITS (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libxo/tests/core/
HDtest_12.c56 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
HDtest_02.c44 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
/freebsd-11-stable/contrib/libxo/doc/
HDfield-roles.rst231 .. index:: XOF_UNITS
246 When the XOF_UNITS flag is set, units are rendered in XML as the
HDapi.rst245 .. index:: XOF_UNITS
272 XOF_UNITS Display units (XML, HMTL)
HDlibxo.txt675 When the XOF_UNITS flag is set, units are rendered in XML as the
1776 | XOF_UNITS | Display units (XML, HMTL) |
/freebsd-11-stable/contrib/libxo/libxo/
HDxo.h86 #define XOF_UNITS XOF_BIT(18) /** Encode units in XML */ macro
HDlibxo.c2136 { XOF_UNITS, "units" },
2362 XOF_SET(xop, XOF_UNITS); in xo_set_options()
3936 if (XOF_ISSET(xop, XOF_UNITS)) { in xo_buf_append_div()
4416 if (XOF_ISSET(xop, XOF_UNITS)) { in xo_format_value()