| 7893 | } |
| 7894 | |
| 7895 | xo_ssize_t |
| 7896 | xo_open_marker_h (xo_handle_t *xop, const char *name) |
| 7897 | { |
| 7898 | xop = xo_default(xop); |
| 7899 | |
| 7900 | xo_depth_change(xop, name, 1, 0, XSS_MARKER, |
| 7901 | xop->xo_stack[xop->xo_depth].xs_flags & XSF_MARKER_FLAGS); |
| 7902 | |
| 7903 | return 0; |
| 7904 | } |
| 7905 | |
| 7906 | xo_ssize_t |
| 7907 | xo_open_marker (const char *name) |
no test coverage detected