Home
last modified time | relevance | path

Searched refs:XOF_UNDERSCORES (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/libxo/doc/
H A Dfaq.rst121 .. index:: XOF_UNDERSCORES
136 Use of hyphens is traditional in XML, and the XOF_UNDERSCORES
H A Dxolint.rst257 Use of hyphens is traditional in XML, and the XOF_UNDERSCORES
H A Dapi.rst244 .. index:: XOF_UNDERSCORES
271 XOF_UNDERSCORES Replaces hyphens with underscores
/f-stack/tools/libxo/libxo/
H A Dxo.h89 #define XOF_UNDERSCORES XOF_BIT(20) /** Replace dashes with underscores (JSON)*/ macro
H A Dlibxo.c2111 { XOF_UNDERSCORES, "underscores" },
2129 { XOF_UNDERSCORES, "underscores" },
2346 XOF_SET(xop, XOF_UNDERSCORES); in xo_set_options()
4521 if (XOF_ISSET(xop, XOF_UNDERSCORES)) { in xo_format_value()