Home | History | Annotate | Download | only in include

Lines Matching defs:move

323 #ifdef move
324 inline int UNDEF(move)(int x, int y) { return move(x, y); }
325 #undef move
326 #define move UNDEF(move)
853 // Move window to new position with the new position as top left corner.
859 int move(int y, int x) { return ::wmove(w, y, x); }
860 // Move cursor the this position
876 // Move cursor to position and get a keystroke from the window
886 // Move the cursor to the requested position and then perform the getstr()
896 // Move the cursor to the requested position and then perform the instr()
908 // Move the cursor to the requested position and then perform a scanw
924 // Move cursor to the requested position and then put attributed character
937 // Move the cursor to the requested position and then perform the addstr
949 // Move the cursor and then do a formatted print to the window.
960 // Move cursor to requested position and then retrieve attributed character
969 // Move cursor to requested position and then insert the attributed
987 // Move the cursor to the requested position and then perform the insstr()
1012 // Move the cursor to the requested position and then perform chgat() as
1055 // Move the cursor to the requested position and then draw a horizontal line.
1063 // Move the cursor to the requested position and then draw a vertical line.
1088 // Move cursor to requested position and delete the character under the