Searched refs:XSS_CLOSE_INSTANCE (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_explicit.h | 46 #define XSS_CLOSE_INSTANCE 6 macro
|
| H A D | libxo.c | 7469 xo_depth_change(xop, name, -1, -1, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance() 7476 xo_depth_change(xop, name, -1, -1, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance() 7483 xo_depth_change(xop, name, -1, 0, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance() 7490 xo_depth_change(xop, name, -1, 0, XSS_CLOSE_INSTANCE, 0); in xo_do_close_instance() 7501 return xo_transition(xop, 0, name, XSS_CLOSE_INSTANCE); in xo_close_instance_h() 7582 else if (new_state == XSS_CLOSE_INSTANCE) in xo_do_close() 7770 case XSS_TRANSITION(XSS_OPEN_INSTANCE, XSS_CLOSE_INSTANCE): in xo_transition() 7776 case XSS_TRANSITION(XSS_INIT, XSS_CLOSE_INSTANCE): in xo_transition() 7782 case XSS_TRANSITION(XSS_OPEN_CONTAINER, XSS_CLOSE_INSTANCE): in xo_transition() 7783 case XSS_TRANSITION(XSS_OPEN_LIST, XSS_CLOSE_INSTANCE): in xo_transition() [all …]
|
| /f-stack/tools/libxo/xo/ |
| H A D | xo.c | 408 new_state = XSS_CLOSE_INSTANCE; in main()
|