Searched refs:XOF_NOT_FIRST (Results 1 – 3 of 3) sorted by relevance
444 xo_set_flags(NULL, XOF_NOT_FIRST); in main()480 xo_set_flags(NULL, XOF_NOT_FIRST); in main()
80 #define XOF_NOT_FIRST XOF_BIT(13) /* Not the first item (JSON) */ macro
2108 { XOF_NOT_FIRST, "not-first" },4250 if (XOF_ISSET(xop, XOF_NOT_FIRST)) { in xo_stack_set_flags()4254 XOF_CLEAR(xop, XOF_NOT_FIRST); in xo_stack_set_flags()8537 xsf_flags = XOF_ISSET(xop, XOF_NOT_FIRST) ? XSF_NOT_FIRST : 0; in xo_explicit_transition()