Searched defs:line_bounds (Results 1 – 2 of 2) sorted by relevance
231 struct line_bounds struct233 int m_first_non_ws;234 int m_last_non_ws;236 void convert_to_display_cols (char_span line) in convert_to_display_cols()
249 struct line_bounds struct251 int m_first_non_ws_disp_col;252 int m_last_non_ws_disp_col;254 line_bounds () in line_bounds() argument