Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dpal.c77 …ff.match", r_offsetof (RConsPrintablePalette, graph_diff_match), r_offsetof (RConsPalette, graph_d…
237 ctx->cpal.graph_diff_match = (RColor) RColor_GRAY; in r_cons_pal_init()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h201 RColor graph_diff_match; member
272 char *graph_diff_match; member
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dagraph.c335 color==R_ANAL_DIFF_TYPE_MATCH ? cons->context->pal.graph_diff_match: in get_node_color()