Lines Matching +defs:left +defs:top

521     int		top, bot;
542 top = NV_CMDS_SIZE - 1;
544 while (bot <= top)
546 i = (top + bot) / 2;
558 top = i - 1;
1684 * upper-left and lower-right corner of the block area.
2239 * left press - yes end yes
2240 * left press C yes end yes "^]" (2)
2241 * left press S yes end yes "*" (2)
2242 * left drag - yes start if moved no
2243 * left relse - yes start if moved no
2254 * left press - yes (cannot be active) yes
2255 * left press C yes (cannot be active) yes "CTRL-O^]" (2)
2256 * left press S yes (cannot be active) yes "CTRL-O*" (2)
2257 * left drag - yes start or extend (1) no CTRL-O (1)
2258 * left relse - yes start or extend (1) no CTRL-O (1)
2401 * CTRL only works with left mouse button
2599 * shift-left button -> right button
2600 * alt-left button -> alt-right button
2709 /* stop Visual mode for a left click in a window, but not when
3749 linenr_T top, bot;
3754 top = VIsual.lnum;
3759 top = curwin->w_cursor.lnum;
3764 hasFolding(top, &top, NULL);
3767 lines = bot - top + 1;
4789 /* "z+", "z<CR>" and "zt": put cursor at top of screen */
4820 case '^': /* Strange Vi behavior: <count>z^ finds line at top of window
4859 /* "zL" - scroll screen left half-page */
4863 /* "zl" - scroll screen to the left */
4868 /* scroll the window left */
6001 * Cursor left commands.
6013 /* <C-Left> and <S-Left> move a word or WORD left */
7039 /* if the character on the left of the current cursor is a multi-byte
7040 * character, move two characters left */
7053 * 'O': same, but in block mode exchange left and right corners.
7060 colnr_T left, right;
7065 getvcols(curwin, &old_cursor, &VIsual, &left, &right);
7067 coladvance(left);
7091 coladvance(left);
7092 curwin->w_curswant = left;
7967 * to the left. */