Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c176 #define XSS_CLOSE_INSTANCE 6 macro
7113 xo_depth_change(xop, name, -1, -1, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance()
7120 xo_depth_change(xop, name, -1, -1, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance()
7127 xo_depth_change(xop, name, -1, 0, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance()
7134 xo_depth_change(xop, name, -1, 0, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance()
7145 return xo_transition(xop, 0, name, XSS_CLOSE_INSTANCE); in xo_close_instance_h()
7226 else if (new_state == XSS_CLOSE_INSTANCE) in xo_do_close()
7427 case XSS_TRANSITION(XSS_OPEN_INSTANCE, XSS_CLOSE_INSTANCE): in xo_transition()
7433 case XSS_TRANSITION(XSS_INIT, XSS_CLOSE_INSTANCE): in xo_transition()
7439 case XSS_TRANSITION(XSS_OPEN_CONTAINER, XSS_CLOSE_INSTANCE): in xo_transition()
[all …]