Lines Matching defs:cpos
1543 COORD cpos;
1547 cpos.X = csbi.srWindow.Left + (col - 1);
1548 cpos.Y = csbi.srWindow.Top + (row - 1);
1549 SetConsoleCursorPosition(con_out, cpos);
2383 COORD cpos;
2389 cpos.X = scr.dwCursorPosition.X;
2390 cpos.Y = scr.dwCursorPosition.Y;
2393 scr.dwSize.X - cpos.X, cpos, &nchars);
2395 scr.dwSize.X - cpos.X, cpos, &nchars);