Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c235 unsigned short xo_indent; /* Indent level (if pretty) */ member
705 xo_indent (xo_handle_t *xop) in xo_indent() function
712 rc = xop->xo_indent * xop->xo_indent_by; in xo_indent()
726 indent = xo_indent(xop); in xo_buf_indent()
6896 xop->xo_indent += indent; in xo_depth_change()
6908 xop->xo_indent += depth; in xo_set_depth()
6931 xo_printf(xop, "%*s{%s", xo_indent(xop), "", ppn); in xo_emit_top()
6936 xo_indent(xop), "", xop->xo_version, ppn); in xo_emit_top()
6959 rc = xo_printf(xop, "%*s<%s%s", xo_indent(xop), "", leader, name); in xo_do_open_container()
6996 pre_nl, xo_indent(xop), "", new_name, ppn); in xo_do_open_container()
[all …]