Lines Matching refs:pcnt_width
103 int i, pcnt_width = 7 * ab->nr_events; in annotate_browser__write() local
120 slsmg_write_nstring(" ", pcnt_width); in annotate_browser__write()
130 slsmg_write_nstring(" ", width - pcnt_width); in annotate_browser__write()
139 slsmg_write_nstring(dl->line, width - printed - pcnt_width + 1); in annotate_browser__write()
198 slsmg_write_nstring(bf, width - pcnt_width - 3 - printed); in annotate_browser__write()
223 u8 pcnt_width = 7; in annotate_browser__draw_current_jump() local
247 pcnt_width *= ab->nr_events; in annotate_browser__draw_current_jump()
250 __ui_browser__line_arrow(browser, pcnt_width + 2 + ab->addr_width, in annotate_browser__draw_current_jump()
258 int pcnt_width; in annotate_browser__refresh() local
260 pcnt_width = 7 * ab->nr_events; in annotate_browser__refresh()
266 __ui_browser__vline(browser, pcnt_width, 0, browser->height - 1); in annotate_browser__refresh()