Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_at_sb.c217 #define AT_MIN(x,y) ((x) < (y) ? (x) : (y)) macro
364 FillArea(sbw, newtop, AT_MIN(newbot, oldtop+1),1,0); in PaintThumb()
366 FillArea(sbw, oldtop, AT_MIN(newtop, oldbot ),0,0); in PaintThumb()