Home
last modified time | relevance | path

Searched refs:XOF_FLUSH (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libxo/libxo/
Dxo.h91 #define XOF_FLUSH XOF_BIT(22) /** Flush after each xo_emit call */ macro
Dlibxo.c2121 { 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()
/freebsd-12-stable/contrib/libxo/doc/
Dapi.rst250 .. index:: XOF_FLUSH
277 XOF_FLUSH Flush output after each `xo_emit` call
Dlibxo.txt1781 | XOF_FLUSH | Flush output after each xo_emit call |