Searched refs:Rows (Results 26 - 48 of 48) sorted by relevance

12

/macosx-10.9.5/vim-53/src/
H A Dhardcopy.c555 screen_fill((int)Rows - 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0);
556 screen_puts(s, (int)Rows - 1, 0, hl_attr(HLF_R));
H A Dmain.c546 * Set the default values for the options that use Rows and Columns.
548 ui_get_shellsize(); /* inits Rows and Columns */
557 cmdline_row = Rows - p_ch;
794 scroll_region_reset(); /* In case Rows changed */
1329 windgoto((int)Rows - 1, 0);
1412 windgoto((int)Rows - 1, 0);
H A Dex_docmd.c681 lines_left = Rows - 1;
695 if (prev_msg_row == Rows - 1)
6723 windgoto((int)Rows - 1, 0);
10098 if (fprintf(fd, "set lines=%ld columns=%ld" , Rows, Columns) < 0
10318 n, (long)wp->w_height, Rows / 2, Rows) < 0
H A Dsyntax.c566 if (syn_block->b_sst_len <= Rows)
569 dist = syn_buf->b_ml.ml_line_count / (syn_block->b_sst_len - Rows) + 1;
1152 len = syn_buf->b_ml.ml_line_count / SST_DIST + Rows * 2;
1161 len = (len + len / 2) / SST_DIST + Rows * 2;
1306 if (syn_block->b_sst_len <= Rows)
1309 dist = syn_buf->b_ml.ml_line_count / (syn_block->b_sst_len - Rows) + 1;
H A Dex_cmds2.c270 lines_left = Rows - 1;
279 lines_left = Rows - 1;
H A Dmove.c2346 if (firstwin == lastwin && p_window > 0 && p_window < Rows - 1)
2396 if (firstwin == lastwin && p_window > 0 && p_window < Rows - 1)
H A Dui.c291 * Try to get the current Vim shell size. Put the result in Rows and Columns.
312 set_number_default("lines", Rows);
319 * Set the size of the Vim shell according to Rows and Columns, if possible.
321 * new size. If this is not possible, it will adjust Rows and Columns.
342 * Called when Rows and/or Columns changed. Adjust scroll region and mouse
2528 if (row >= 0 && row < Rows && col >= 0 && col <= Columns
H A Dex_cmds.c1177 windgoto((int)Rows - 1, 0);
1437 msg_row = Rows - 1;
3954 lines_left = Rows - 1;
4742 if (msg_row == Rows - 1)
H A Dglobals.h22 * Number of Rows and Columns in the screen.
26 * after setting Rows or Columns (e.g., when starting up).
28 EXTERN long Rows /* nr of rows in the screen */ variable
H A Doption.c1661 (char_u *)&Rows, PV_NONE,
3659 * Initialize the options, part two: After getting Rows and Columns and
3671 set_number_default("scroll", (long)((long_u)Rows >> 1));
3679 * Default is Rows - 1.
3682 p_window = Rows - 1;
8018 long old_Rows = Rows; /* remember old Rows */
8232 else if (p_window >= Rows)
8233 p_window = Rows - 1;
8268 if (p_ch > Rows
[all...]
H A Dgui_photon.c2188 Rows * gui.char_height + gui.border_width - 1 }
H A Dgui_w48.c2075 rc.bottom = Rows * gui.char_height + 2 * gui.border_width;
3173 * new Rows and Columns. This is like resizing the window.
H A Dmisc2.c3592 if (Y_2_ROW(y) == Rows - 1)
H A Dnetbeans.c3043 r_cmdno, (int)Columns, (int)Rows, new_x, new_y);
H A Dmisc1.c2997 if (msg_row == Rows - 1)
3013 if (msg_row < Rows - 1)
8426 windgoto((int)Rows - 1, 0);
H A Dnormal.c3970 screen_puts(showcmd_buf, (int)Rows - 1, sc_col, 0);
3978 screen_puts((char_u *)" " + len, (int)Rows - 1, sc_col + len, 0);
H A Dspell.c10171 if (sps_limit > (int)Rows - 2)
10172 limit = (int)Rows - 2;
10202 msg_row = Rows - 1; /* for when 'cmdheight' > 1 */
10203 lines_left = Rows; /* avoid more prompt */
10278 lines_left = Rows; /* avoid more prompt */
H A Dbuffer.c4654 ? wp->w_height + wp->w_status_height < Rows - p_ch
H A Dgetchar.c2224 msg_row = Rows - 1;
H A Deval.c12758 msg_row = Rows - 1; /* for when 'cmdheight' > 1 */
12759 lines_left = Rows; /* avoid more prompt */
20648 lines_left = Rows - 1;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmupad.vim230 syn keyword mupadIdentifier Bottom Left Height Width Layout Rows Columns
H A Dpostscr.vim211 syn keyword postscrConstant contained Columns Rows EndOfBlock Blacks1 DamagedRowsBeforeError
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl307 -rows {rows Rows 20}

Completed in 544 milliseconds

12