Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h648 xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *contents,
653 xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *contents,
657 xo_emit_field (const char *rolmod, const char *contents,
H A Dlibxo.c6327 xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *contents, in xo_emit_field_hv() argument
6335 if (rolmod == NULL) in xo_emit_field_hv()
6336 rolmod = "V"; in xo_emit_field_hv()
6343 cp = xo_parse_roles(xop, rolmod, rolmod, &xfi); in xo_emit_field_hv()
6374 xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *contents, in xo_emit_field_h() argument
6381 rc = xo_emit_field_hv(xop, rolmod, contents, fmt, efmt, vap); in xo_emit_field_h()
6388 xo_emit_field (const char *rolmod, const char *contents, in xo_emit_field() argument
6395 rc = xo_emit_field_hv(NULL, rolmod, contents, fmt, efmt, vap); in xo_emit_field()