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