Home
last modified time | relevance | path

Searched refs:XOF_INFO (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/libxo/tests/core/
HDtest_12.c50 xo_set_flags(NULL, XOF_INFO); in main()
HDtest_09.c56 xo_set_flags(NULL, XOF_INFO); in main()
HDtest_02.c44 xo_set_flags(NULL, XOF_INFO); in main()
HDtest_08.c56 xo_set_flags(NULL, XOF_INFO); in main()
HDtest_10.c75 xo_set_flags(NULL, XOF_INFO); in main()
HDtest_01.c75 xo_set_flags(NULL, XOF_INFO); in main()
/freebsd-14-stable/contrib/libxo/doc/
HDoptions.rst103 I Enable info output (XOF_INFO)
HDapi.rst239 .. index:: XOF_INFO
266 XOF_INFO Display info data attributes (HTML)
307 XOF_INFO Emit additional info fields
314 The `XOF_INFO` flag encodes additional informational fields for HTML
1071 .. index:: XOF_INFO
1116 Third, the emission of info must be triggered with the `XOF_INFO` flag
HDfield-formatting.rst365 not include XOF_XPATH or XOF_INFO data, which would expand the
/freebsd-14-stable/contrib/libxo/libxo/
HDxo.h71 #define XOF_INFO XOF_BIT(6) /** Emit additional info fields (HTML) */ macro
HDlibxo.c2100 { XOF_INFO, "info" },
2310 XOF_SET(xop, XOF_INFO); in xo_set_options()
3990 if (XOF_ISSET(xop, XOF_INFO) && xop->xo_info) { in xo_buf_append_div()