Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/src/
H A Dclipboard.c376 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 Dvim9.h396 int invert; member
H A Dvim9compile.c948 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 Dscreen.c2261 int invert) in screen_draw_rectangle() argument
2271 if (invert) in screen_draw_rectangle()
H A Dvim9execute.c4305 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 Dscreen.pro26 void screen_draw_rectangle(int row, int col, int height, int width, int invert);
/vim-8.2.3635/runtime/doc/
H A Dos_unix.txt47 :set t_mr=^[[0;1;33;44m " reverse (invert) mode
H A Dos_dos.txt145 :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 Dversion4.txt210 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 Dquickref.txt580 |:set| :se[t] inv{option} invert boolean option
1463 |zi| zi invert 'foldenable'
H A Dusr_41.txt732 invert() bitwise invert
H A Dterm.txt330 t_mr reverse (invert) mode *t_mr* *'t_mr'*
H A Dwindows.txt135 invert the status line. Now it should be "sr", reverse the status line, as
/vim-8.2.3635/runtime/syntax/
H A Dabel.vim24 syn keyword abelTypeId reg_sr reg_jk reg_g retain xor invert contained
H A Delinks.vim51 \ bold invert underline color_dirs numbering
H A Dcmusrc.vim51 \ filter invert player-next player-pause
H A Dreva.vim40 syn keyword revaoperators and or xor not invert 1+ 1-
H A Dcss.vim134 …art="\<\(blur\|brightness\|contrast\|drop-shadow\|grayscale\|hue-rotate\|invert\|opacity\|saturate…
379 syn keyword cssUIAttr contained invert
H A Dmaxima.vim107 syn keyword maximaFunc inverse_jacobi_sn invert is ishow isolate isolate_wrt_times
H A Dgnuplot.vim294 syn keyword gnuplotKeyword opaque noopaque reverse noreverse invert maxrows
H A Dmaple.vim536 syn keyword mvPkg_tensor Jacobian act cov_diff exterior_diff invert prod
H A Dlisp.vim465 syn keyword lispKey :upcase :downcase :preserve :invert
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim6946 " 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 Dtest_vim9_disassemble.vim1745 var invert = !flag
1756 'var invert = !flag\_s*' ..
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim261 …brightness(", "contrast(", "drop-shadow(", "grayscale(", "hue-rotate(", "invert(", "opacity(", "se…

12