Home
last modified time | relevance | path

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

/f-stack/tools/libxo/libxo/
H A Dxo_explicit.h39 typedef unsigned xo_state_t; /* XSS_* values */ typedef
58 xo_explicit_transition (xo_handle_t *xop, xo_state_t new_state,
H A Dlibxo.c174 xo_state_t xs_state; /* State for this stack frame */
407 xo_state_t new_state);
2569 xo_state_name (xo_state_t state) in xo_state_name()
6836 int delta, int indent, xo_state_t state, xo_xsf_flags_t flags) in xo_depth_change()
7572 xo_do_close (xo_handle_t *xop, const char *name, xo_state_t new_state) in xo_do_close()
7576 xo_state_t need_state = new_state; in xo_do_close()
7637 xo_state_t new_state) in xo_transition()
8486 xo_explicit_transition (xo_handle_t *xop, xo_state_t new_state, in xo_explicit_transition()
/f-stack/tools/libxo/xo/
H A Dxo.c278 xo_state_t new_state = 0; in main()