Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 261) sorted by relevance

1234567891011

/vim-8.2.3635/src/
H A Dgui_at_sb.c257 lx = ((top < margin) ? margin : top); in FillArea()
259 lw = (((top + tlen) > floor) ? floor - top : tlen); in FillArea()
265 ly = ((top < margin) ? margin : top); in FillArea()
267 lh = (((top + tlen) > floor) ? floor - top : tlen); in FillArea()
575 dsbw->scrollbar.top = sbw->scrollbar.top; in SetValues()
593 if (sbw->scrollbar.top != dsbw->scrollbar.top || in SetValues()
1041 top = FloatInRange(top, 0.0, in MoveThumb()
1044 top = FloatInRange(top, 0.0, sbw->scrollbar.max); in MoveThumb()
1046 sbw->scrollbar.top = top; in MoveThumb()
1127 GC top, bot; in _Xaw3dDrawShadows() local
[all …]
H A Dundo.c256 if (top + 2 == bot) in u_save()
412 linenr_T top, in u_savecommon() argument
479 if (bot - top > 1) in u_savecommon()
481 if (top > 0 && has_prop_w_flags(top + 1, TP_FLAG_CONT_PREV)) in u_savecommon()
482 --top; in u_savecommon()
2710 top = uep->ue_top; in u_undoredo()
2714 if (top > curbuf->b_ml.ml_line_count || top >= bot in u_undoredo()
2728 if (top < newlnum) in u_undoredo()
2734 if (lnum >= top && lnum <= top + newsize + 1) in u_undoredo()
2755 newlnum = top; in u_undoredo()
[all …]
H A Dfold.c1521 linenr_T top; in foldMarkAdjustRecurse() local
1529 top = line1 + 1; in foldMarkAdjustRecurse()
1531 top = line1; in foldMarkAdjustRecurse()
2163 top = 1; in foldUpdateIEMS()
2178 top = 1; in foldUpdateIEMS()
2209 if (top > 1) in foldUpdateIEMS()
2227 fline.lnum = top; in foldUpdateIEMS()
2232 fline.lnum = top; in foldUpdateIEMS()
2238 if (top > 1) in foldUpdateIEMS()
2889 linenr_T top, in foldSplit() argument
[all …]
H A Dgui_w32.c1326 *y = rect.top; in gui_mch_get_winpos()
1356 int top = 0; in gui_mch_set_text_area_pos() local
1684 rc.top = FILL_Y(r); in gui_mch_invert_rectangle()
2213 rc.top = 0; in gui_mch_clear_all()
2376 rScreen.top = 0; in CenterWindow()
2390 yNew = rScreen.top; in CenterWindow()
2982 rc.top = 0; in gui_mch_flash()
4619 if (pt.y < rect.top) in _WndProc()
5563 if ((direction & RESIZE_VERT) && window_rect.top < workarea_rect.top) in gui_mch_set_shellsize()
5564 OffsetRect(&window_rect, 0, workarea_rect.top - window_rect.top); in gui_mch_set_shellsize()
[all …]
H A Dgui_dwrite.cpp915 mBindRect.bottom - mBindRect.top), in Rebind()
1059 D2D1::RectF(FLOAT(rc->left), FLOAT(rc->top), in FillRect()
1131 srcRect.top = rc->top; in Scroll()
1133 destPoint.y = rc->top + y; in Scroll()
1137 srcRect.top = rc->top - y; in Scroll()
1139 destPoint.y = rc->top; in Scroll()
1146 FLOAT(destPoint.y + srcRect.bottom - srcRect.top) in Scroll()
H A Dgui_haiku.cc1084 remaining.top += MenuHeight(); in AllAttached()
1092 remaining.top += ToolbarHeight(); in AllAttached()
1099 remaining.top += TablineHeight(); in AllAttached()
1789 dest.top = FILL_Y(row); in mchDeleteLines()
1822 source.top = FILL_Y(row); in mchInsertLines()
2138 rect.top += kVimDialogSpacingY; in VimDialog()
2140 rect.bottom = rect.top; in VimDialog()
2161 rect.top = in VimDialog()
3460 *y = (int)r.top; in gui_mch_get_winpos()
4169 rect.top = FILL_Y(r); in gui_mch_invert_rectangle()
[all …]
H A Dmbyte.c1140 int mid, bot, top; in intable() local
1149 while (top >= bot) in intable()
1151 mid = (bot + top) / 2; in intable()
1155 top = mid - 1; in intable()
2890 while (top >= bot) in utf_class_buf()
2892 mid = (bot + top) / 2; in utf_class_buf()
2896 top = mid - 1; in utf_class_buf()
5470 int mid, bot, top; in cw_value() local
5482 while (top >= bot) in cw_value()
5484 mid = (bot + top) / 2; in cw_value()
[all …]
H A Dmove.c1787 linenr_T top; // just above displayed lines in scroll_cursor_top() local
1812 if (hasFolding(curwin->w_cursor.lnum, &top, &bot)) in scroll_cursor_top()
1814 --top; in scroll_cursor_top()
1820 top = curwin->w_cursor.lnum - 1; in scroll_cursor_top()
1823 new_topline = top + 1; in scroll_cursor_top()
1836 while (top > 0) in scroll_cursor_top()
1839 if (hasFolding(top, &top, NULL)) in scroll_cursor_top()
1844 i = PLINES_NOFILL(top); in scroll_cursor_top()
1858 if (top < curwin->w_topline) in scroll_cursor_top()
1869 new_topline = top; in scroll_cursor_top()
[all …]
H A Dmemline.c489 int top; in ml_set_crypt_key() local
587 ip = &(buf->b_ml.ml_stack[top]); in ml_set_crypt_key()
1169 int top; in ml_recover() local
4136 int top; in ml_find_line() local
4192 for (top = buf->b_ml.ml_stack_top - 1; top >= 0; --top) in ml_find_line()
4204 if (top < 0) in ml_find_line()
4246 ip = &(buf->b_ml.ml_stack[top]); in ml_find_line()
4329 int top; in ml_add_stack() local
4332 top = buf->b_ml.ml_stack_top; in ml_add_stack()
4342 if (top > 0) in ml_add_stack()
[all …]
/vim-8.2.3635/src/xdiff/
H A Dxutils.c123 char const *data, *cur, *top; in xdl_guess_lines() local
126 for (top = data + size; nl < sample && cur < top; ) { in xdl_guess_lines()
128 if (!(cur = memchr(cur, '\n', top - cur))) in xdl_guess_lines()
129 cur = top; in xdl_guess_lines()
253 char const *top, long flags) { in xdl_hash_record_with_whitespace() argument
258 for (; ptr < top && *ptr != '\n'; ptr++) { in xdl_hash_record_with_whitespace()
262 (ptr + 1 < top && ptr[1] == '\n')) in xdl_hash_record_with_whitespace()
268 while (ptr + 1 < top && XDL_ISSPACE(ptr[1]) in xdl_hash_record_with_whitespace()
292 *data = ptr < top ? ptr + 1: ptr; in xdl_hash_record_with_whitespace()
304 for (; ptr < top && *ptr != '\n'; ptr++) { in xdl_hash_record()
[all …]
H A Dxprepare.c165 char const *blk, *cur, *top, *prev; in xdl_prepare_ctx() local
196 for (top = blk + bsize; cur < top; ) { in xdl_prepare_ctx()
198 hav = xdl_hash_record(&cur, top, xpp->flags); in xdl_prepare_ctx()
/vim-8.2.3635/src/libvterm/t/
H A D28state_dbl_wh.test33 putglyph 0x48 1 0,0 dwl dhl-top
34 putglyph 0x65 1 0,1 dwl dhl-top
35 putglyph 0x6c 1 0,2 dwl dhl-top
36 putglyph 0x6c 1 0,3 dwl dhl-top
37 putglyph 0x6f 1 0,4 dwl dhl-top
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim158 let values = ["top", "center", "bottom"]
170 elseif prop =~ 'border\%(-top\|-right\|-bottom\|-left\|-block-start\|-block-end\)\?$'
181 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-color'
183 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-style'
185 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-width'
206 let values = ["top", "bottom"]
344 …elseif prop =~ 'margin-\%(right\|left\|top\|bottom\|block-start\|block-end\|inline-start\|inline-e…
404 let values = ["top", "bottom", "left", "center", " right"]
505 let values = ["left", "center", "right", "top", "bottom"]
508 elseif prop == 'top'
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_popupwin_textprop.vim82 let winid = popup_create('top left', #{
88 let winid = popup_create('top right', #{
146 let winid = popup_create('top left', #{
154 let winid = popup_create('top right', #{
/vim-8.2.3635/runtime/doc/
H A Dusr_08.txt34 top one:
51 you could make the top window show the variable declarations of a program, and
55 the top window, CTRL-W w jumps to the window below it. If you are in the
243 the very top. You will notice that K is again used for moving upwards.
245 top and make it occupy the full width of the Vim window. If this is your
505 :topleft {cmd} at the top or left of the Vim window
520 window. And you will notice a bar at the top with the two file names:
537 Now use the mouse to click on "thisfile" in the top line. The result is
550 Thus you can switch between tab pages by clicking on the label in the top
584 - click with the mouse on the "X" in the top right corner
[all …]
H A Dpopup.txt56 what goes on top of what.
371 buffer line at the top of the popup window.
404 firstline line of the buffer at top (1 unless scrolled)
498 Show the {what} for 3 seconds at the top of the Vim window.
662 the last buffer line will at the top of the window.
674 popup, on top of any border. If there is no top
687 close When "button" an X is displayed in the top-right, on
688 top of any border, padding or text. When clicked on
711 the highlight for the top/right/bottom/left border.
715 for the top/right/bottom/left border. Optionally
[all …]
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim9 " - Changed the order of mappings to top-down.
72 " And now the macros, more or less in top-down order.
147 map ,IIN G?^top
160 " Work out a line (used by show next, work out top and bottom lines)
168 " (used by work out top and/or bottom line)
248 map <1 G?^top
250 map <2 G?^top
/vim-8.2.3635/src/proto/
H A Dundo.pro3 int u_save(linenr_T top, linenr_T bot);
8 int u_savecommon(linenr_T top, linenr_T bot, linenr_T newbot, int reload);
/vim-8.2.3635/runtime/autoload/xml/
H A Dhtml32.vim14 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'n…
50 \ { 'align': ['top', 'bottom']}
142 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'u…
146 \ { 'maxlength': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [],…
246 \ { 'width': [], 'align': ['left', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middl…
254 \ { 'width': [], 'align': ['left', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middl…
262 \ { 'align': ['left', 'center', 'right'], 'valign': ['top', 'middle', 'bottom']}
H A Dhtml40f.vim22 …, 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom…
66 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
82 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
86 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
182 …'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom…
186 …d': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom…
210 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
322 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
334 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
342 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
[all …]
H A Dhtml401t.vim22 …, 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom…
66 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
82 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
86 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
174 …'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom…
178 …d': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom…
202 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
314 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
326 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
334 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
[all …]
H A Dhtml401f.vim22 …, 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom…
66 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
82 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
86 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
182 …'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom…
186 …d': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom…
210 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
322 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
334 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
342 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
[all …]
H A Dhtml40t.vim22 …, 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom…
66 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
82 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
86 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
174 …'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom…
178 …d': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom…
202 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
314 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
326 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
334 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
[all …]
H A Dxhtml10f.vim22 …, 'id': [], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom…
66 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
82 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
86 …: [], 'align': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom…
182 …'no', 'auto'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom…
186 …d': [], 'vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom…
210 …], 'onkeyup': [], 'onmouseup': [], 'id': [], 'onmouseover': [], 'align': ['top', 'bottom', 'left',…
322 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
334 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
342 …': ['left', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom…
[all …]
/vim-8.2.3635/src/libvterm/src/encoding/
H A DDECdrawing.tbl12 6/11 = U+2510 # BOX DRAWINGS LIGHT DOWN AND LEFT (top-right corner)
13 6/12 = U+250C # BOX DRAWINGS LIGHT DOWN AND RIGHT (top-left corner)

1234567891011