Home
last modified time | relevance | path

Searched refs:XOF_NOT_FIRST (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libxo/xo/
H A Dxo.c375 xo_set_flags(NULL, XOF_NOT_FIRST); in main()
/freebsd-12.1/contrib/libxo/libxo/
H A Dxo.h80 #define XOF_NOT_FIRST XOF_BIT(13) /* Not the first item (JSON) */ macro
H A Dlibxo.c2132 { XOF_NOT_FIRST, "not-first" },
6809 if (XOF_ISSET(xop, XOF_NOT_FIRST)) { in xo_stack_set_flags()
6813 XOF_CLEAR(xop, XOF_NOT_FIRST); in xo_stack_set_flags()