Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dvisual.c3646 int pc, hexcols = r_config_get_i (core->config, "hex.cols"); in r_core_visual_title() local
3652 r_core_block_size (core, (int)(core->cons->rows * hexcols * 3.5)); in r_core_visual_title()
3656 r_core_block_size (core, (int)(core->cons->rows * hexcols)); in r_core_visual_title()
3659 r_core_block_size (core, (int)(core->cons->rows * hexcols * 4)); in r_core_visual_title()
3662 r_core_block_size (core, hexcols * core->cons->rows * 8); in r_core_visual_title()
3667 r_core_block_size (core, (int)(core->cons->rows * hexcols * 4)); in r_core_visual_title()
3669 r_core_block_size (core, (int)(core->cons->rows * hexcols)); in r_core_visual_title()
3671 r_core_block_size (core, (int)(core->cons->rows * hexcols * 2)); in r_core_visual_title()
3676 r_core_block_size (core, (int)(core->cons->rows * hexcols * 2)); in r_core_visual_title()