Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_print.h29 #define R_PRINT_FLAGS_HDROFF 0x00008000 macro
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcconfig.c1838 core->print->flags |= R_PRINT_FLAGS_HDROFF; in cb_hex_hdroff()
1840 core->print->flags &= ~R_PRINT_FLAGS_HDROFF; in cb_hex_hdroff()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dprint.c851 use_hdroff = p->flags & R_PRINT_FLAGS_HDROFF; in r_print_hexdump()