Searched refs:LINE_PREFIX (Results 1 – 2 of 2) sorted by relevance
119 - (sizeof (LINE_PREFIX) - 1 + line_width + 1) in tui_make_status_line()141 proc_width += line_width + sizeof (LINE_PREFIX) - 1 + 1; in tui_make_status_line()193 sprintf (buf, "%s%*.*s ", LINE_PREFIX, in tui_make_status_line()
78 #define LINE_PREFIX "Line: " macro