Lines Matching refs:cpos
1546 COORD cpos; in _settextposition() local
1550 cpos.X = csbi.srWindow.Left + (col - 1); in _settextposition()
1551 cpos.Y = csbi.srWindow.Top + (row - 1); in _settextposition()
1552 SetConsoleCursorPosition(con_out, cpos); in _settextposition()
2396 COORD cpos; in clear_eol()
2402 cpos.X = scr.dwCursorPosition.X; in clear_eol()
2403 cpos.Y = scr.dwCursorPosition.Y; in clear_eol()
2406 scr.dwSize.X - cpos.X, cpos, &nchars); in clear_eol()
2408 scr.dwSize.X - cpos.X, cpos, &nchars); in clear_eol()