Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dformat.c17 #define MUSTSEE (mode & R_PRINT_MUSTSEE && mode & R_PRINT_ISFIELD && !(mode & R_PRINT_JSON))
21 #define MUSTSEEJSON (mode & R_PRINT_JSON && mode & R_PRINT_ISFIELD)
2022 if (mode == R_PRINT_JSON && slide == 0) { in r_print_format()
2066 if (mode & R_PRINT_JSON) { in r_print_format()
2318 if (MUSTSEEJSON && mode & R_PRINT_JSON) { in r_print_format()
2733 if (mode & R_PRINT_JSON && slide == 0) { in r_print_format()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_print.h179 #define R_PRINT_JSON (1 << 3) macro
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_print.c1395 mode = R_PRINT_JSON; in cmd_print_format()