Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_at_fs.c1034 static int SFcurrentListY; variable
1492 if (SFcurrentListY < SFlowerY) in SFscrollTimerInterval()
1493 dist = SFlowerY - SFcurrentListY; in SFscrollTimerInterval()
1494 else if (SFcurrentListY > SFupperY) in SFscrollTimerInterval()
1495 dist = SFcurrentListY - SFupperY; in SFscrollTimerInterval()
1522 if (SFcurrentListY < SFlowerY) in SFscrollTimer()
1527 else if (SFcurrentListY > SFupperY) in SFscrollTimer()
1592 SFcurrentListY = y; in SFnewInvertEntry()