Lines Matching refs:cursor
142 #define cur_phys editb.e_pcur /* current phys column cursor is at */
185 static void cursor(Vi_t*, int);
531 /*** a control char, or cursor might not ***/
591 cursor(vp, last_phys);
703 * The cursor will always be positioned at the char of interest.
732 /*** make sure cursor is at the last char ***/
760 /*** see if it's a move cursor command ***/
1077 * This routine will position the virtual cursor at
1082 static void cursor(Vi_t *vp,register int x)
1354 * The cursor will always be positioned after the last
1589 * This routine will move the virtual cursor according to motion
1847 * mode = CONTROL, refresh in control mode, ie. leave cursor
1849 * = INPUT, refresh in input mode; leave cursor positioned
1954 cursor(vp,first_w);
2006 /*** move cursor to start of difference ***/
2008 cursor(vp,p);
2054 cursor(vp,ncur_phys);
2075 /*** can't replace invalid cursor ***/
2296 * This routine will move the physical cursor to the same
2297 * column as the virtual cursor.
2371 cursor(vp,new_phys);
2511 cursor(vp,cur_phys + 1);