Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/tui/
HDtui-stack.c118 - (sizeof (PC_PREFIX) - 1 + pc_width + 1) in tui_make_status_line()
135 proc_width += pc_width + sizeof (PC_PREFIX) - 1 + 1; in tui_make_status_line()
197 strcat_to_buf (string, status_size, PC_PREFIX); in tui_make_status_line()
HDtui-data.h82 #define PC_PREFIX "PC: " macro