Searched defs:xo_handle_s (Results 1 – 1 of 1) sorted by relevance
231 struct xo_handle_s { struct232 xo_xof_flags_t xo_flags; /* Flags (XOF_*) from the user*/233 xo_xof_flags_t xo_iflags; /* Internal flags (XOIF_*) */234 xo_style_t xo_style; /* XO_STYLE_* value */235 unsigned short xo_indent; /* Indent level (if pretty) */236 unsigned short xo_indent_by; /* Indent amount (tab stop) */237 xo_write_func_t xo_write; /* Write callback */238 xo_close_func_t xo_close; /* Close callback */239 xo_flush_func_t xo_flush; /* Flush callback */240 xo_formatter_t xo_formatter; /* Custom formating function */[all …]