Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-stack.c73 int pid_width; in tui_make_status_line() local
87 pid_width = strlen (pid_name); in tui_make_status_line()
88 if (pid_width > MAX_PID_WIDTH) in tui_make_status_line()
89 pid_width = MAX_PID_WIDTH; in tui_make_status_line()
115 - (pid_width + 1) in tui_make_status_line()
131 proc_width += pid_width + 1; in tui_make_status_line()
132 pid_width = 0; in tui_make_status_line()
163 if (pid_width > 0) in tui_make_status_line()
166 -pid_width, pid_width, pid_name); in tui_make_status_line()