Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libxo/tests/core/
HDtest_12.c59 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
HDtest_02.c47 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
/freebsd-14-stable/contrib/libxo/doc/
HDfield-roles.rst238 .. index:: XOF_UNITS
253 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)
/freebsd-14-stable/contrib/libxo/libxo/
HDxo.h86 #define XOF_UNITS XOF_BIT(18) /** Encode units in XML */ macro
HDlibxo.c2112 { XOF_UNITS, "units" },
2342 XOF_SET(xop, XOF_UNITS); in xo_set_options()
3943 if (XOF_ISSET(xop, XOF_UNITS)) { in xo_buf_append_div()
4442 if (XOF_ISSET(xop, XOF_UNITS)) { in xo_format_value()