| /vim-8.2.3635/src/ |
| H A D | clipboard.c | 376 int invert) in clip_invert_rectangle() argument 407 screen_draw_rectangle(row, col, height, width, invert); in clip_invert_rectangle() 430 int invert = FALSE; in clip_invert_area() local 440 invert = TRUE; in clip_invert_area() 455 invert = TRUE; in clip_invert_area() 460 clip_invert_rectangle(cbd, row1, col1, 1, col2 - col1, invert); in clip_invert_area() 468 (int)Columns - col1, invert); in clip_invert_area() 475 clip_invert_rectangle(cbd, row2, 0, 1, col2, invert); in clip_invert_area() 482 (int)Columns, invert); in clip_invert_area()
|
| H A D | vim9.h | 396 int invert; member
|
| H A D | vim9compile.c | 948 generate_2BOOL(cctx_T *cctx, int invert, int offset) in generate_2BOOL() argument 956 isn->isn_arg.tobool.invert = invert; in generate_2BOOL() 4259 int invert = *p == '!'; in compile_leader() local 4264 invert = !invert; in compile_leader() 4267 if (generate_2BOOL(cctx, invert, -1) == FAIL) in compile_leader()
|
| H A D | screen.c | 2261 int invert) in screen_draw_rectangle() argument 2271 if (invert) in screen_draw_rectangle()
|
| H A D | vim9execute.c | 4305 if (iptr->isn_arg.tobool.invert) in exec_instructions() 5714 case ISN_2BOOL: if (iptr->isn_arg.tobool.invert) in list_instructions()
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 26 void screen_draw_rectangle(int row, int col, int height, int width, int invert);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_unix.txt | 47 :set t_mr=^[[0;1;33;44m " reverse (invert) mode
|
| H A D | os_dos.txt | 145 :set t_mr=^V^[\|xxm start of invert mode 208 :set t_mr=^V^[\|97m " start of invert mode: DarkBlue (1) on Brown (96)
|
| H A D | version4.txt | 210 Note that "t_ti" has become "t_mr" (invert/reverse output) and "t_ts" has 318 The 'i' flag now means italic highlighting, instead of invert. The 'r' flag
|
| H A D | quickref.txt | 580 |:set| :se[t] inv{option} invert boolean option 1463 |zi| zi invert 'foldenable'
|
| H A D | usr_41.txt | 732 invert() bitwise invert
|
| H A D | term.txt | 330 t_mr reverse (invert) mode *t_mr* *'t_mr'*
|
| H A D | windows.txt | 135 invert the status line. Now it should be "sr", reverse the status line, as
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | abel.vim | 24 syn keyword abelTypeId reg_sr reg_jk reg_g retain xor invert contained
|
| H A D | elinks.vim | 51 \ bold invert underline color_dirs numbering
|
| H A D | cmusrc.vim | 51 \ filter invert player-next player-pause
|
| H A D | reva.vim | 40 syn keyword revaoperators and or xor not invert 1+ 1-
|
| H A D | css.vim | 134 …art="\<\(blur\|brightness\|contrast\|drop-shadow\|grayscale\|hue-rotate\|invert\|opacity\|saturate… 379 syn keyword cssUIAttr contained invert
|
| H A D | maxima.vim | 107 syn keyword maximaFunc inverse_jacobi_sn invert is ishow isolate isolate_wrt_times
|
| H A D | gnuplot.vim | 294 syn keyword gnuplotKeyword opaque noopaque reverse noreverse invert maxrows
|
| H A D | maple.vim | 536 syn keyword mvPkg_tensor Jacobian act cov_diff exterior_diff invert prod
|
| H A D | lisp.vim | 465 syn keyword lispKey :upcase :downcase :preserve :invert
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vimscript.vim | 6946 " invert 6947 call assert_equal(65408, and(invert(127), 65535)) 6948 eval 127->invert()->and(65535)->assert_equal(65408) 6949 call assert_equal(65519, and(invert(16), 65535)) 6950 call assert_equal(65407, and(invert(128), 65535)) 6952 call assert_fails("call invert(1.0)", 'E805:') 6954 call assert_fails("call invert([])", 'E745:') 6955 call assert_fails("call invert({})", 'E728:')
|
| H A D | test_vim9_disassemble.vim | 1745 var invert = !flag 1756 'var invert = !flag\_s*' ..
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 261 …brightness(", "contrast(", "drop-shadow(", "grayscale(", "hue-rotate(", "invert(", "opacity(", "se…
|