| /vim-8.2.3635/src/ |
| H A D | gui_dwrite.cpp | 338 void DrawLine(int x1, int y1, int x2, int y2, COLORREF color); 1066 DWriteContext::DrawLine(int x1, int y1, int x2, int y2, COLORREF color) in DrawLine() argument 1075 ::LineTo(mInteropHDC, x2, y2); in DrawLine() 1084 D2D1::Point2F(FLOAT(x2), FLOAT(y2) + 0.5f), in DrawLine() 1297 DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2, in DWriteContext_DrawLine() argument 1301 ctx->DrawLine(x1, y1, x2, y2, color); in DWriteContext_DrawLine()
|
| H A D | gui_dwrite.h | 74 void DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2,
|
| H A D | gui_at_fs.c | 2343 SFsegs[0].x2 = vScrollX - 1; in SFcreateWidgets() 2347 SFsegs[1].x2 = vScrollX; in SFcreateWidgets() 2350 SFcompletionSegs[0].x1 = SFcompletionSegs[0].x2 = SFlineToTextH; in SFcreateWidgets() 2351 SFcompletionSegs[1].x1 = SFcompletionSegs[1].x2 = in SFcreateWidgets()
|
| H A D | optionstr.c | 1252 int x2 = -1; in did_set_string_option() local 1258 x2 = *p++; in did_set_string_option() 1264 if (x2 != ':' || x3 == -1 || (*p != NUL && *p != ',')) in did_set_string_option()
|
| H A D | gui_w32.c | 6046 int x2, in draw_line() argument 6052 DWriteContext_DrawLine(s_dwc, x1, y1, x2, y2, color); in draw_line() 6060 LineTo(s_hdc, x2, y2); in draw_line()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_trycatch.vim | 840 throw "x2" 844 catch /x2/ 852 catch /x2/ 864 catch /x2/ 874 catch /x2/ 925 throw "x2" 927 catch /x2/ 937 catch /x2/
|
| H A D | test_statusline.vim | 440 new x2 449 bwipe! x2
|
| H A D | test_vim9_disassemble.vim | 1323 for [x1, x2] in [[1, 2], [3, 4]] 1324 echo x1 x2 1331 'for \[x1, x2\] in \[\[1, 2\], \[3, 4\]\]\_s*' .. 1344 'echo x1 x2\_s*' ..
|
| H A D | test_termcodes.vim | 2324 call feedkeys("i\<C-K>\x80\xfc\x2\x80\xfd\x3f\n", 'xt') 2328 call feedkeys("i\<C-K>\x80\xfc\x2\x80\xfd\x3d\n", 'xt') 2332 call feedkeys("i\<C-K>\x80\xfc\x2\x80\xfd\x40\n", 'xt') 2336 call feedkeys("i\<C-K>\x80\xfc\x2\x80\xfd\x3e\n", 'xt')
|
| H A D | test_vim9_func.vim | 2639 return ['x', 'y', 'a', 'x2', 'c']->Filter() 2643 assert_equal(['x', 'x2'], DoFilterThis('x')) 2650 assert_equal(['x', 'x2'], ['x', 'y', 'a', 'x2', 'c']->Filter())
|
| H A D | test_vimscript.vim | 3751 throw "x2" 6151 autocmd User x2 Xpath 'b' 6152 autocmd User x2 asdf 6153 autocmd User x2 call assert_report('should not get here') 6192 doautocmd User x2 6451 func Add2(x1, x2) argument 6452 return a:x1 + a:x2
|
| H A D | test_vim9_builtin.vim | 164 …CheckDefAndScriptFailure2(['and("x", 0x2)'], 'E1013: Argument 1: type mismatch, expected number bu… 2367 …CheckDefAndScriptFailure2(['or("x", 0x2)'], 'E1013: Argument 1: type mismatch, expected number but… 4106 …CheckDefAndScriptFailure2(['xor("x", 0x2)'], 'E1013: Argument 1: type mismatch, expected number bu…
|
| H A D | test_vim9_expr.vim | 2375 var x2 = 9 #{{ fold
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gnuplot.vim | 221 syn keyword gnuplotKeyword autoscale x y z cb x2 y2 zy min max fixmin 379 syn keyword gnuplotKeyword x x2 xx xy yy
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2799 …x2, int $y2, int $color | bool','imagedestroy(':'resource $image | bool','imageellipse(':'resource…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 5683 Patch 5.4.x2
|
| H A D | version7.txt | 14777 Solution: Set x2 to -1.
|