Searched refs:proc_width (Results 1 – 1 of 1) sorted by relevance
69 int i, proc_width; in tui_make_status_line() local113 proc_width = (status_size in tui_make_status_line()125 if (proc_width < MIN_PROC_WIDTH) in tui_make_status_line()127 proc_width += target_width + 1; in tui_make_status_line()129 if (proc_width < MIN_PROC_WIDTH) in tui_make_status_line()137 if (proc_width < 0) in tui_make_status_line()141 if (proc_width < 0) in tui_make_status_line()142 proc_width = 0; in tui_make_status_line()178 if (proc_width > 0) in tui_make_status_line()182 1 - proc_width, proc_width - 1, pname); in tui_make_status_line()[all …]