Searched refs:xo_style_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 53 typedef unsigned short xo_style_t; typedef 152 xo_create (xo_style_t style, xo_xof_flags_t flags); 155 xo_create_to_file (FILE *fp, xo_style_t style, xo_xof_flags_t flags); 168 xo_set_style (xo_handle_t *xop, xo_style_t style); 170 xo_style_t
|
H A D | libxo.c | 234 xo_style_t xo_style; /* XO_STYLE_* value */ 433 static inline xo_style_t 1868 xo_create (xo_style_t style, xo_xof_flags_t flags) in xo_create() 1895 xo_create_to_file (FILE *fp, xo_style_t style, xo_xof_flags_t flags) in xo_create_to_file() 1986 xo_set_style (xo_handle_t *xop, xo_style_t style) in xo_set_style() 1998 xo_style_t
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 52 .. c:function:: xo_handle_t *xo_create (xo_style_t style, xo_xof_flags_t flags) 58 :param xo_style_t style: Output style (XO_STYLE\_*) 91 :param xo_style_t style: Output style (XO_STYLE\_*) 131 .. c:function:: xo_style_t xo_get_style(xo_handle_t *xop) 139 :rtype: xo_style_t 175 .. c:function:: void xo_set_style(xo_handle_t *xop, xo_style_t style) 183 :param xo_style_t style: Output style (XO_STYLE\_*)
|