Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/tests/core/
H A Dtest_01.c90 xo_emit_field("Vt", "max-chaos", NULL, NULL, " very "); in main()
91 xo_emit_field("V", "min-chaos", "%d", NULL, 42); in main()
92 xo_emit_field("V", "some-chaos", "%d\n", "[%d]", 42); in main()
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h657 xo_emit_field (const char *rolmod, const char *contents,
H A Dlibxo.c6388 xo_emit_field (const char *rolmod, const char *contents, in xo_emit_field() function