Home
last modified time | relevance | path

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

/freebsd-head/contrib/libxo/libxo/
HDxo_explicit.h45 #define XSS_OPEN_INSTANCE 5 macro
HDlibxo.c7431 xo_depth_change(xop, name, 1, 1, XSS_OPEN_INSTANCE, xo_stack_flags(flags)); in xo_do_open_instance()
7439 return xo_transition(xop, flags, name, XSS_OPEN_INSTANCE); in xo_open_instance_hf()
7570 case XSS_OPEN_INSTANCE: in xo_do_close_all()
7609 need_state = XSS_OPEN_INSTANCE; in xo_do_close()
7692 case XSS_TRANSITION(XSS_OPEN_INSTANCE, XSS_OPEN_CONTAINER): in xo_transition()
7714 case XSS_TRANSITION(XSS_OPEN_INSTANCE, XSS_CLOSE_CONTAINER): in xo_transition()
7731 case XSS_TRANSITION(XSS_OPEN_INSTANCE, XSS_OPEN_LIST): in xo_transition()
7760 case XSS_TRANSITION(XSS_OPEN_INSTANCE, XSS_CLOSE_LIST): in xo_transition()
7766 case XSS_TRANSITION(XSS_OPEN_LIST, XSS_OPEN_INSTANCE): in xo_transition()
7770 case XSS_TRANSITION(XSS_INIT, XSS_OPEN_INSTANCE): in xo_transition()
[all …]
/freebsd-head/contrib/libxo/xo/
HDxo.c392 new_state = XSS_OPEN_INSTANCE; in main()