SLtt_Screen_Cols  196 tools/perf/ui/browser.c 	browser->width = SLtt_Screen_Cols - 1;
SLtt_Screen_Cols   26 tools/perf/ui/tui/helpline.c 	SLsmg_write_nstring((char *)msg, SLtt_Screen_Cols);
SLtt_Screen_Cols   12 tools/perf/ui/tui/progress.c 	p->next = p->step = p->total / (SLtt_Screen_Cols - 2) ?: 1;
SLtt_Screen_Cols   51 tools/perf/ui/tui/progress.c 	SLsmg_draw_box(y, 0, 3, SLtt_Screen_Cols);
SLtt_Screen_Cols   54 tools/perf/ui/tui/progress.c 	SLsmg_fill_region(y, 1, 1, SLtt_Screen_Cols - 2, ' ');
SLtt_Screen_Cols   56 tools/perf/ui/tui/progress.c 	bar = ((SLtt_Screen_Cols - 2) * p->curr) / p->total;
SLtt_Screen_Cols   73 tools/perf/ui/tui/progress.c 	SLsmg_fill_region(y, 0, 3, SLtt_Screen_Cols, ' ');
SLtt_Screen_Cols   99 tools/perf/ui/tui/util.c 	x = SLtt_Screen_Cols / 2 - max_len / 2;
SLtt_Screen_Cols  190 tools/perf/ui/tui/util.c 	x = SLtt_Screen_Cols / 2 - max_len / 2;