Searched refs:next_col (Results 1 – 2 of 2) sorted by relevance
752 int next_col = col + mb_ptr2len(*line + col); in update_search_hl() local754 if (shl->endcol < next_col) in update_search_hl()755 shl->endcol = next_col; in update_search_hl()
983 int next_col; in redraw_win_toolbar() local1012 next_col = text_to_screenline(wp, menu->name, col); in redraw_win_toolbar()1013 while (col < next_col) in redraw_win_toolbar()