Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c334 #define XFF_UNESCAPE (1<<14) /* Need to printf-style unescape the value */ macro
2537 if ((flags & XFF_UNESCAPE) && (*cp == '\\' || *cp == '%')) { in xo_format_string_direct()
3063 cols = xo_format_string_direct(xop, &xop->xo_data, XFF_UNESCAPE | flags, in xo_data_append_content()
3165 cols = xo_format_string_direct(xop, xbp, flags | XFF_UNESCAPE, in xo_do_format_field()
3443 cols = xo_format_string_direct(xop, xbp, flags | XFF_UNESCAPE, in xo_do_format_field()