Searched refs:XOF_FLUSH (Results 1 – 4 of 4) sorted by relevance
91 #define XOF_FLUSH XOF_BIT(22) /** Flush after each xo_emit call */ macro
2121 { XOF_FLUSH, "flush" },2146 { XOF_FLUSH, "flush" },2314 XOF_SET(xop, XOF_FLUSH); in xo_set_options()6268 int flush = XOF_ISSET(xop, XOF_FLUSH); in xo_do_emit_fields()7857 if (rc >= 0 && XOF_ISSET(xop, XOF_FLUSH)) in xo_transition()
250 .. index:: XOF_FLUSH277 XOF_FLUSH Flush output after each `xo_emit` call
1781 | XOF_FLUSH | Flush output after each xo_emit call |