Searched refs:XSF_NOT_FIRST (Results 1 – 1 of 1) sorted by relevance
147 #define XSF_NOT_FIRST (1<<0) /* Not the first element */ macro159 (XSF_NOT_FIRST | XSF_CONTENT | XSF_EMIT | XSF_EMIT_KEY | XSF_EMIT_LEAF_LIST )4253 xsp->xs_flags |= XSF_NOT_FIRST; in xo_stack_set_flags()4261 if (xop->xo_stack[xop->xo_depth].xs_flags & XSF_NOT_FIRST) { in xo_format_prep()4266 xop->xo_stack[xop->xo_depth].xs_flags |= XSF_NOT_FIRST; in xo_format_prep()4479 int first = (xop->xo_stack[xop->xo_depth].xs_flags & XSF_NOT_FIRST) in xo_format_value()6978 if (xop->xo_stack[xop->xo_depth].xs_flags & XSF_NOT_FIRST) in xo_do_open_container()6980 xop->xo_stack[xop->xo_depth].xs_flags |= XSF_NOT_FIRST; in xo_do_open_container()7084 xop->xo_stack[xop->xo_depth].xs_flags |= XSF_NOT_FIRST; in xo_do_close_container()7154 if (xop->xo_stack[xop->xo_depth].xs_flags & XSF_NOT_FIRST) in xo_do_open_list()[all …]