Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 65) sorted by relevance

123

/vim-8.2.3635/src/
H A Dmove.c340 loff.fill = 0; in update_topline()
452 loff.fill = 0; in check_top_offset()
1684 ++lp->fill; in topline_back()
1692 lp->fill = 0; in topline_back()
1720 ++lp->fill; in botline_forw()
1728 lp->fill = 0; in botline_forw()
1755 lp->fill = diff_check_fill(curwin, lp->lnum) - lp->fill + 1; in botline_topline()
1769 lp->fill = diff_check_fill(curwin, lp->lnum) - lp->fill + 1; in topline_botline()
1976 loff.fill = 0; in scroll_cursor_bot()
2415 loff.fill = 0; in onepage()
[all …]
H A Dsha256.c194 UINT32_T left, fill; in sha256_update() local
200 fill = 64 - left; in sha256_update()
208 if (left && length >= fill) in sha256_update()
210 memcpy((void *)(ctx->buffer + left), (void *)input, fill); in sha256_update()
212 length -= fill; in sha256_update()
213 input += fill; in sha256_update()
H A Dgui_xmebw.c1197 short fill = 0; in Redisplay() local
1214 fill = 1; in Redisplay()
1225 dx = eb->primitive.highlight_thickness + adjust + fill; in Redisplay()
1229 + eb->primitive.shadow_thickness + fill); in Redisplay()
H A Dos_win32.c5890 CHAR_INFO fill; in insert_lines() local
5907 fill.Char.AsciiChar = ' '; in insert_lines()
5909 fill.Attributes = g_attrCurrent; in insert_lines()
5911 fill.Attributes = g_attrDefault; in insert_lines()
5915 ScrollConsoleScreenBuffer(g_hConOut, &source, &clip, dest, &fill); in insert_lines()
5960 CHAR_INFO fill; in delete_lines() local
5978 fill.Char.AsciiChar = ' '; in delete_lines()
5980 fill.Attributes = g_attrCurrent; in delete_lines()
5982 fill.Attributes = g_attrDefault; in delete_lines()
5986 ScrollConsoleScreenBuffer(g_hConOut, &source, &clip, dest, &fill); in delete_lines()
H A Dscreen.c4579 int fill; in fillchar_status() local
4587 fill = fill_stl; in fillchar_status()
4592 fill = fill_stlnc; in fillchar_status()
4600 fill = fill_stl; in fillchar_status()
4605 fill = fill_stlnc; in fillchar_status()
4613 return fill; in fillchar_status()
H A Dos_macosx.m152 /* If the '*' register isn't already filled in, fill it in now. */
H A Dgui_at_sb.c240 int fill, in FillArea() argument
301 if (fill) in FillArea()
/vim-8.2.3635/runtime/syntax/
H A D8th.vim116 Builtin each! b:each! each-slice b:each-slice expand b:expand fill b:fill getb b:getb hex> b:hex> …
206 Builtin desat img:desat fill img:fill fillrect img:fillrect filter img:filter flip img:flip from-s…
253 Builtin event-wait nk:event-wait fill-arc nk:fill-arc fill-circle nk:fill-circle fill-poly nk:fill
254 Builtin fill-rect nk:fill-rect fill-rect-color nk:fill-rect-color fill-triangle nk:fill-triangle f…
308 Builtin fill s:fill fmt s:fmt fold s:fold gershayim s:gershayim globmatch s:globmatch hexupr s:hex…
H A Dsmil.vim36 syn keyword smilSpecial contained fill meet slice scroll hidden
56 syn keyword smilArg contained left top width height fit src name content fill longdesc repeat type
H A Datlas.vim14 syn keyword atlasStatement fill calculate compare
H A Dcss.vim145 syn match cssAnimationProp contained "\<animation\(-\(delay\|direction\|duration\|fill-mode\|name\|…
151 " animation-fill-mode attributes
183 syn keyword cssBorderAttr contained stretch round fill
261 syn match cssMultiColumnProp contained "\<column-\(count\|fill\|gap\|rule\(-\(color\|style\|width\)…
300 syn keyword cssObjectAttr contained fill contain cover scale-down
H A Dia64.vim156 syn match ia64opcode "ld8\.fill\(\.nt[1a]\)\=\>"
159 syn match ia64opcode "ldf\.fill\(\.nt[1a]\)\=\>"
H A Dmonk.vim98 syn keyword monkFunc string-fill! vector->list list->vector vector-fill!
H A Dlisp.vim121 syn keyword lispFunc array-has-fill-pointer-p get-properties reader-error
381 syn keyword lispFunc fill position write-line
382 syn keyword lispFunc fill-pointer position-if write-sequence
387 syn keyword lispFunc find-if-not pprint-fill zerop
463 syn keyword lispKey :fill-pointer
H A Dcl.vim47 syn keyword clSetOptions transparent aauto abort align convert E fill fnum goback hangup justify nu…
H A Deviews.vim43 …rop dtable ec edftest endog eqs equation errbar exclude exit expand fetch fill fiml fit forecast f…
H A Dtcl.vim51 syn keyword tcltkSwitch contained insert create polygon fill outline tag
172 syn keyword tcltkPackConfSwitch contained after anchor before expand fill in ipadx ipady padx pady …
H A Dform.vim38 syn keyword formStatement dimension discard disorder drop factarg fill
H A Dprogress.vim67 syn keyword ProgressReserved fill find find-case-sensitive find-global find-next-occurrence find-pr…
173 syn keyword ProgressOperator file-size file-type filename fill-in fill-mode fill-where-string fille…
H A Dscheme.vim375 syn keyword schemeFunction string-fill!
411 syn keyword schemeFunction vector-fill!
H A Dnanorc.vim43 syn keyword nanorcNumberOption contained fill tabsize
/vim-8.2.3635/runtime/tools/
H A Demoji_list.vim1 " Script to fill the window with emoji characters, one per line.
/vim-8.2.3635/runtime/indent/
H A Dmp.vim14 setlocal indentkeys+==end,=else,=fi,=fill,0),0]
73 \ . '\|\<\%(\|un\)fill\%[draw]\>'
154 " forsuffixes $=a,b: if x.$ = y.$ : draw else: fill fi
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function …
139 elseif prop == 'animation-fill-mode'
212 let values = ["fill-box", "stroke-box", "view-box", "none"]
219 elseif prop == 'column-fill'
406 …", "visiblePainted", "visibleFill", "visibleStroke", "visible", "painted", "fill", "stroke", "all"]
503 let values = ["border-box", "fill-box", "view-box"]
/vim-8.2.3635/src/testdir/
H A Dtest_tabline.vim86 " after the last tab fill with TabLineFill and reset tab page nr

123