Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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()
131 proc_width += pid_width + 1; in tui_make_status_line()
133 if (proc_width <= MIN_PROC_WIDTH) in tui_make_status_line()
135 proc_width += pc_width + sizeof (PC_PREFIX) - 1 + 1; in tui_make_status_line()
137 if (proc_width < 0) in tui_make_status_line()
139 proc_width += line_width + sizeof (LINE_PREFIX) - 1 + 1; in tui_make_status_line()
[all …]