Home
last modified time | relevance | path

Searched refs:to2 (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dcharset.c1434 colnr_T from1, from2, to1, to2; in getvcols() local
1439 getvvcol(wp, pos2, &from2, NULL, &to2); in getvcols()
1444 getvvcol(wp, pos1, &from2, NULL, &to2); in getvcols()
1450 if (to2 > to1) in getvcols()
1455 *right = to2; in getvcols()