Searched refs:conved_col (Results 1 – 2 of 2) sorted by relevance
31 int conved_col; in update_sel_region() local37 conved_col = -col; in update_sel_region()40 conved_col = col; in update_sel_region()44 if (conved_col < sel->base_col_r) { in update_sel_region()51 sel->beg_col = conved_col; in update_sel_region()68 sel->end_col = conved_col; in update_sel_region()
8861 col != conved_col because it doesn't works if col == 0.