Searched refs:XOF_BIT (Results 1 – 2 of 2) sorted by relevance
63 #define XOF_BIT(_n) ((xo_xof_flags_t) 1 << (_n)) macro65 #define XOF_PRETTY XOF_BIT(1) /** Make 'pretty printed' output */67 #define XOF_RESV3 XOF_BIT(3) /* Unused */70 #define XOF_XPATH XOF_BIT(5) /** Emit XPath attributes in HTML */81 #define XOF_NO_LOCALE XOF_BIT(14) /** Don't bother with locale */82 #define XOF_RESV15 XOF_BIT(15) /* Unused */85 #define XOF_RESV17 XOF_BIT(17) /* Unused */86 #define XOF_UNITS XOF_BIT(18) /** Encode units in XML */87 #define XOF_RESV19 XOF_BIT(19) /* Unused */96 #define XOF_COLOR XOF_BIT(26) /** Enable color and effects */[all …]
287 #define XOIF_REORDER XOF_BIT(0) /* Reordering fields; record field info */288 #define XOIF_DIV_OPEN XOF_BIT(1) /* A <div> is open */289 #define XOIF_TOP_EMITTED XOF_BIT(2) /* The top JSON braces have been emitted */290 #define XOIF_ANCHOR XOF_BIT(3) /* An anchor is in place */292 #define XOIF_UNITS_PENDING XOF_BIT(4) /* We have a units-insertion pending */293 #define XOIF_INIT_IN_PROGRESS XOF_BIT(5) /* Init of handle is in progress */294 #define XOIF_MADE_OUTPUT XOF_BIT(6) /* Have already made output */