Searched refs:XOF_DTRT (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_06.c | 45 xo_set_flags(NULL, XOF_DTRT); in main()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 76 #define XOF_DTRT XOF_BIT(10) /** Enable "do the right thing" mode */ macro
|
| H A D | libxo.c | 2096 { XOF_DTRT, "dtrt" }, 6841 if (XOF_ISSET(xop, XOF_DTRT)) in xo_depth_change() 6923 if (xflags & XOF_DTRT) in xo_stack_flags() 7021 return xo_open_container_hf(xop, XOF_DTRT, name); in xo_open_container_hd() 7027 return xo_open_container_hf(NULL, XOF_DTRT, name); in xo_open_container_d() 7181 return xo_open_list_hf(xop, XOF_DTRT, name); in xo_open_list_hd() 7187 return xo_open_list_hf(NULL, XOF_DTRT, name); in xo_open_list_d() 7431 return xo_open_instance_hf(xop, XOF_DTRT, name); in xo_open_instance_hd() 7437 return xo_open_instance_hf(NULL, XOF_DTRT, name); in xo_open_instance_d()
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 238 .. index:: XOF_DTRT 265 XOF_DTRT Enable "do the right thing" mode 941 turn on the XOF_DTRT flag prior to making any other libxo output:: 943 xo_set_flags(NULL, XOF_DTRT); 945 .. index:: XOF_DTRT
|