Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/tests/core/
H A Dtest_12.c44 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_02.c39 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_09.c55 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_08.c55 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_01.c70 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_10.c74 xo_set_flags(NULL, XOF_INFO); in main()
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h67 #define XOF_INFO XOF_BIT(6) /** Emit additional info fields (HTML) */ macro
H A Dlibxo.c2063 { XOF_INFO, "info" },
2159 XOF_SET(xop, XOF_INFO); in xo_set_options()
3771 if (XOF_ISSET(xop, XOF_INFO) && xop->xo_info) { in xo_buf_append_div()