Searched refs:XOF_COLUMNS (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_07.c | 51 xo_set_flags(NULL, XOF_COLUMNS); in main()
|
H A D | test_05.c | 61 xo_set_flags(NULL, XOF_COLUMNS); in main()
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 249 .. index:: XOF_COLUMNS 276 XOF_COLUMNS Force xo_emit to return columns used 405 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 413 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 422 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 467 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 491 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 507 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 1261 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_buf_append_locale() 1766 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_message_hcv() 2095 { XOF_COLUMNS, "columns" }, 2965 || XOF_ISSET(xop, XOF_COLUMNS))) { in xo_format_string() 3022 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_format_string() 3252 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_data_append_content() 3356 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_do_format_field() 3551 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_do_format_field() 3639 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_do_format_field() 3657 if (XOF_ISSET(xop, XOF_COLUMNS)) in xo_do_format_field() [all …]
|
H A D | xo.h | 90 #define XOF_COLUMNS XOF_BIT(21) /** xo_emit should return a column count */ macro
|