Home | History | Annotate | Download | only in Console

Lines Matching refs:Position

109 /** Position the console cursor to the coordinates specified by Position.

112 @param[in] Position A value containing the target X and Y coordinates.
115 @retval Position Success. Returns a copy of the Position argument.
125 off_t Position,
146 CursorPos.Offset = Position;
156 return Position;
176 IN off_t *Position,
203 if(Position != NULL) {
204 CursorPos.Offset = *Position;