Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c133 typedef int SMALL_RECT; typedef
156 static SMALL_RECT g_srScrollRegion;
258 SMALL_RECT srWindow;
2520 SMALL_RECT ReadRegion; in SaveConsoleBuffer()
2571 cb->Regions = ALLOC_MULT(SMALL_RECT, cb->NumRegions); in SaveConsoleBuffer()
2624 SMALL_RECT WriteRegion; in RestoreConsoleBuffer()
3867 SMALL_RECT srWindowRect) in ResizeWindow()
3892 SMALL_RECT srWindowRect; // hold the new console size in ResizeConBufAndWindow()
5888 SMALL_RECT source, clip; in insert_lines()
5958 SMALL_RECT source, clip; in delete_lines()
[all …]
H A Dos_mswin.c115 typedef int SMALL_RECT; typedef