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
2097 { XOF_FLUSH, "flush" },2122 { XOF_FLUSH, "flush" },2294 XOF_SET(xop, XOF_FLUSH); in xo_set_options()6298 int flush = XOF_ISSET(xop, XOF_FLUSH); in xo_do_emit_fields()7905 if (rc >= 0 && XOF_ISSET(xop, XOF_FLUSH)) in xo_transition()
395 if (xo_get_flags(xop) & (XOF_FLUSH | XOF_FLUSH_LINE)) in csv_emit_record()
250 .. index:: XOF_FLUSH277 XOF_FLUSH Flush output after each `xo_emit` call