Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/core/
H A Dtest_12.c59 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
H A Dtest_02.c47 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
/f-stack/tools/libxo/doc/
H A Dfield-roles.rst233 .. index:: XOF_UNITS
248 When the XOF_UNITS flag is set, units are rendered in XML as the
H A Dapi.rst245 .. index:: XOF_UNITS
272 XOF_UNITS Display units (XML, HMTL)
/f-stack/tools/libxo/libxo/
H A Dxo.h86 #define XOF_UNITS XOF_BIT(18) /** Encode units in XML */ macro
H A Dlibxo.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()