Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-stack.c69 int i, proc_width; in tui_make_status_line() local
113 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 …]