Home | History | Annotate | Download | only in dist

Lines Matching defs:cpos

1544 	COORD cpos;
1548 cpos.X = csbi.srWindow.Left + (col - 1);
1549 cpos.Y = csbi.srWindow.Top + (row - 1);
1550 SetConsoleCursorPosition(con_out, cpos);
2386 COORD cpos;
2392 cpos.X = scr.dwCursorPosition.X;
2393 cpos.Y = scr.dwCursorPosition.Y;
2396 scr.dwSize.X - cpos.X, cpos, &nchars);
2398 scr.dwSize.X - cpos.X, cpos, &nchars);