Home
last modified time | relevance | path

Searched refs:Color_YELLOW (Results 1 – 15 of 15) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A D2048.c95 Color_YELLOW, in getval()
H A Dpal.c104 { "yellow", RColor_YELLOW, Color_YELLOW, Color_BGYELLOW },
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcannotated_code.c201 : Color_YELLOW; in r_core_annotated_code_print()
H A Dvmenus.c1002 PFMT64x Color_YELLOW " %s\n" Color_RESET, in show_class()
1055 PFMT64x Color_YELLOW " %s %s\n" Color_RESET, in show_class()
1116 PFMT64x Color_YELLOW " %s %s\n" Color_RESET, in show_class()
1420 txt_clr = Color_YELLOW; in show_anal_classes()
H A Ddisasm.c579 ds->color_bin = P(bin): Color_YELLOW; in ds_init()
580 ds->color_math = P(math): Color_YELLOW; in ds_init()
581 ds->color_btext = P(btext): Color_YELLOW; in ds_init()
589 ds->color_push = P(push): Color_YELLOW; in ds_init()
591 ds->color_reg = P(reg): Color_YELLOW; in ds_init()
595 ds->color_gui_cflow = P(gui_cflow): Color_YELLOW; in ds_init()
596 ds->color_gui_dataoffset = P(gui_dataoffset): Color_YELLOW; in ds_init()
6343 const char *color_reg = R_CONS_COLOR_DEF (reg, Color_YELLOW); in r_core_disasm_pdi_with_buf()
H A Dcmd_print.c2297 fgcolor = Color_YELLOW; in cmd_print_pxA()
2810 r_cons_printf ("%s0x%08"PFMT64x ":\n", use_color? Color_YELLOW: "", addr); in disasm_strings()
2817 r_cons_printf ("%s0x%08"PFMT64x ":\n", use_color? Color_YELLOW: "", addr); in disasm_strings()
H A Dcmd_search.c534 s = r_str_newf (use_color ? ".%s"Color_YELLOW "%s"Color_RESET "%s." in _cb_hit()
H A Dcmd_debug.c1906 r_cons_strcat (Color_YELLOW); in r_core_debug_ri()
H A Dagraph.c253 snprintf (title + n, left, "%s", sdb_fmt (Color_YELLOW"[o%s]"Color_RESET, shortcut)); in append_shortcut()
H A Dcanal.c2644 color = Color_YELLOW; in fcn_print_verbose()
H A Dpanels.c5793 r_cons_canvas_write (can, Color_YELLOW); in __panels_refresh()
/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddesil.c123 eprintf (Color_YELLOW"REG READ %s\n"Color_RESET, regname); in esilbreak_reg_read()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dprint.c534 color_0x7f = P (b0x7f): Color_YELLOW; in r_print_hexpair()
620 case 0x7F: return P (b0x7f): Color_YELLOW; in r_print_byte_color()
1604 … ", Color_GREEN, pc * 100 / total, Color_RESET, Color_GREEN, pc, Color_RESET, total, Color_YELLOW); in r_print_progressbar_with_count()
1613 p->cb_printf ("[%s", Color_YELLOW); in r_print_progressbar_with_count()
2369 print->cb_eprintf ("[ ] "Color_YELLOW"%s\r["Color_RESET, str); in r_print_rowlog()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h545 #define Color_YELLOW "\x1b[33m" macro
652 Color_GREEN, Color_MAGENTA, Color_YELLOW, \
/dports/devel/radare2/radare2-5.1.1/binr/r2r/
H A Dr2r.c776 printf (" %s "Color_YELLOW"%s"Color_RESET"\n", result->test->path, name); in print_new_results()