Searched refs:clip (Results 1 – 22 of 22) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | clipboard.c | 95 || !EQUAL_POS(clip->end, end) in clip_update_selection() 99 clip->start = start; in clip_update_selection() 100 clip->end = end; in clip_update_selection() 101 clip->vmode = VIsual_mode; in clip_update_selection() 102 clip_free_selection(clip); in clip_update_selection() 103 clip_own_selection(clip); in clip_update_selection() 219 clip_update_selection(clip); in clip_copy_selection() 220 clip_free_selection(clip); in clip_copy_selection() 221 clip_own_selection(clip); in clip_copy_selection() 222 if (clip->owned) in clip_copy_selection() [all …]
|
| H A D | os_win32.c | 5888 SMALL_RECT source, clip; in insert_lines() local 5902 clip.Left = g_srScrollRegion.Left; in insert_lines() 5903 clip.Top = g_coord.Y; in insert_lines() 5904 clip.Right = g_srScrollRegion.Right; in insert_lines() 5905 clip.Bottom = g_srScrollRegion.Bottom; in insert_lines() 5930 for (i = clip.Top; i < dest.Y; ++i) in insert_lines() 5958 SMALL_RECT source, clip; in delete_lines() local 5973 clip.Left = g_srScrollRegion.Left; in delete_lines() 5974 clip.Top = g_coord.Y; in delete_lines() 5975 clip.Right = g_srScrollRegion.Right; in delete_lines() [all …]
|
| H A D | gui_x11.c | 2388 XRectangle clip; in gui_mch_draw_string() local 2390 clip.x = 0; in gui_mch_draw_string() 2391 clip.y = 0; in gui_mch_draw_string() 2392 clip.height = gui.char_height; in gui_mch_draw_string() 2393 clip.width = gui.char_width * cells + 1; in gui_mch_draw_string() 2395 &clip, 1, Unsorted); in gui_mch_draw_string()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | smil.vim | 68 syn match smilArg contained "clip-begin" 69 syn match smilArg contained "clip-end"
|
| H A D | css.vim | 130 syn region cssFunction contained matchgroup=cssFunctionName start="\<\(rgb\|clip\|attr\|counter\|re… 162 syn match cssBackgroundProp contained "\<background\(-\(attachment\|clip\|color\|image\|origin\|pos… 302 syn keyword cssPositioningProp contained bottom clear clip display float left 339 syn keyword cssTextAttr contained clip ellipsis unrestricted suppress 385 syn keyword cssUIAttr contained clip ellipsis
|
| H A D | context.vim | 66 …\ start='\\start\z(MP\%(clip\|code\|definitions\|drawing\|environment\|extensions\|inclusions\|ini…
|
| H A D | gnuplot.vim | 236 " set clip 237 syn keyword gnuplotKeyword clip points one two 406 syn keyword gnuplotKeyword background nobackground solid clip noclip
|
| H A D | btm.vim | 94 syn keyword btmBuiltInFunc contained char clip comma convert
|
| H A D | 8th.vim | 48 Builtin ;;; G:;;; ;with G:;with <# G:<# <#> G:<#> >clip G:>clip >json G:>json >kind G:>kind >n G:>n 54 Builtin catch G:catch chdir G:chdir clip> G:clip> clone G:clone clone-shallow G:clone-shallow cold…
|
| H A D | html.vim | 99 syn keyword htmlArg contained left top visibility clip id noshade
|
| H A D | stata.vim | 307 syn region stataFunc matchgroup=Function start=/\<clip(/ end=/)/ contains=@stataFuncGroup
|
| H A D | aml.vim | 24 …e] cir class classp[rob] classs[ig] classsample clean clear clears[elect] clip clipg[raphextent] c…
|
| H A D | postscr.vim | 171 syn keyword postscrOperator initclip clip eoclip rcurveto
|
| H A D | mp.vim | 91 syn keyword mpCommand clip closefrom dashed filenametemplate fontmapfile
|
| H A D | autoit.vim | 769 " avi clip
|
| H A D | typescriptcommon.vim | 1558 syntax keyword typescriptDOMStyle contained caret clear clip clipPath color columns
|
| /vim-8.2.3635/src/proto/ |
| H A D | clipboard.pro | 3 void clip_update_selection(Clipboard_T *clip);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …clip background-color background-image background-origin background-position background-repeat bac… 209 elseif prop == 'clip' 211 elseif prop == 'clip-path' 489 let values = ["clip", "ellipsis"]
|
| H A D | javascriptcomplete.vim | 329 \ 'clear', 'clip', 'clipBottom', 'clipLeft', 'clipRight', 'clipTop', 'content',
|
| H A D | phpcomplete.vim | 2799 …eshold]] | bool','imageaffine(':'resource $image, array $affine [, array $clip] | resource','image…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | mp.vim | 75 \ . '\|\<clip\>'
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 15253 Also do not put the text in the clip buffer if conversion fails.
|