Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dpal.c78 …nmatch", r_offsetof (RConsPrintablePalette, graph_diff_unmatch), r_offsetof (RConsPalette, graph_d…
238 ctx->cpal.graph_diff_unmatch = (RColor) RColor_YELLOW; in r_cons_pal_init()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h202 RColor graph_diff_unmatch; member
273 char *graph_diff_unmatch; member
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dagraph.c336 …color==R_ANAL_DIFF_TYPE_UNMATCH? cons->context->pal.graph_diff_unmatch : cons->context->pal.graph_… in get_node_color()