| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.c | 336 int shift; in set_pixmap() local 399 if (shift < 1) in set_pixmap() 400 shift = 1; in set_pixmap() 405 XFillRectangle(dpy, sen_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap() 407 XSetClipOrigin(dpy, gc, shift, shift); in set_pixmap() 408 XCopyArea(dpy, pix, sen_pix, gc, 0, 0, width, height, shift, shift); in set_pixmap() 444 XSetClipOrigin(dpy, gc, shift, shift); in set_pixmap() 446 XFillRectangle(dpy, arm_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap() 448 XSetClipOrigin(dpy, gc, 2 * shift, 2 * shift); in set_pixmap() 472 XSetClipOrigin(dpy, gc, 2 * shift, 2 * shift); in set_pixmap() [all …]
|
| H A D | memfile.c | 194 int shift = 10; in mf_open() local 197 while (shift > 0 && (page_size & 1) == 0) in mf_open() 200 --shift; in mf_open() 202 mfp->mf_used_count_max = (p_mm << shift) / page_size; in mf_open() 1441 int shift; in mf_hash_grow() local 1452 shift = 0; in mf_hash_grow() 1453 while ((mht->mht_mask >> shift) != 0) in mf_hash_grow() 1454 shift++; in mf_hash_grow() 1473 j = (mhi->mhi_key >> shift) & (MHT_GROWTH_FACTOR - 1); in mf_hash_grow() 1476 buckets[i + (j << shift)] = mhi; in mf_hash_grow()
|
| H A D | netbeans.c | 2392 int shift = 0; in netbeans_keyname() local 2398 shift = 1; in netbeans_keyname() 2406 case K_S_F1: name = "F1"; shift = 1; break; in netbeans_keyname() 2408 case K_S_F2: name = "F2"; shift = 1; break; in netbeans_keyname() 2410 case K_S_F3: name = "F3"; shift = 1; break; in netbeans_keyname() 2412 case K_S_F4: name = "F4"; shift = 1; break; in netbeans_keyname() 2414 case K_S_F5: name = "F5"; shift = 1; break; in netbeans_keyname() 2416 case K_S_F6: name = "F6"; shift = 1; break; in netbeans_keyname() 2418 case K_S_F7: name = "F7"; shift = 1; break; in netbeans_keyname() 2445 if (shift) in netbeans_keyname() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_breakindent.vim | 154 " breakindent set and shift by 2 155 call s:test_windows('setl briopt=shift:2,min:0') 167 " breakindent set and shift by 2 169 call s:test_windows('setl briopt=shift:2,min:0 vts=4') 181 " breakindent set and shift by -1 182 call s:test_windows('setl briopt=shift:-1,min:0') 194 " breakindent set and shift by -1 196 call s:test_windows('setl briopt=shift:-1,min:0 vts=4') 693 setl briopt+=shift:2 818 setl briopt=min:5,sbr,list:-1,shift:2 [all …]
|
| H A D | test_shift.vim | 8 " shift right current line. 20 " shift right with range. 29 " shift right with range and count. 48 " left shift current line. 58 " shift right with range. 68 " shift right with range and count.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cobol.vim | 148 function! CobolIndentBlock(shift) argument 153 let shift = a:shift 154 if shift > 0 157 let shift = shift - 1 159 let tail = s:repeat(" ",shift*sw).tail 160 let shift = 0 161 elseif shift < 0 162 if (indent-4) > -shift * sw 163 let tail = strpart(tail,-shift * sw) 164 elseif (indent-4) > (-shift-1) * sw
|
| H A D | occam.vim | 16 " Set shift width for indent
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiffi.c | 902 long shift, best_shift = -1; in xdl_change_compact() local 905 shift = earliest_end; in xdl_change_compact() 906 if (g.end - groupsize - 1 > shift) in xdl_change_compact() 907 shift = g.end - groupsize - 1; in xdl_change_compact() 908 if (g.end - INDENT_HEURISTIC_MAX_SLIDING > shift) in xdl_change_compact() 909 shift = g.end - INDENT_HEURISTIC_MAX_SLIDING; in xdl_change_compact() 910 for (; shift <= g.end; shift++) { in xdl_change_compact() 914 measure_split(xdf, shift, &m); in xdl_change_compact() 916 measure_split(xdf, shift - groupsize, &m); in xdl_change_compact() 922 best_shift = shift; in xdl_change_compact()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …shift-left","bit-shift-right","bit-test","bit-xor","boolean","boolean-array","boolean?","booleans"…
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 46 imenu Stmts.shift shift
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.el.cp737 | 407 2. ���㩫� shift-G ��� �� ����������嫜 ��� �⢦� ��� ����妬. 409 3. ���㩫� ��� ������ ��� ������ ��� 㩘���� ��� ���� shift-G. ���� ��
|
| H A D | tutor.el.utf-8 | 407 2. Πατήστε shift-G για να μετακινηθείτε στο τέλος του αρχείου. 409 3. Πατήστε τον αριθμό της γραμμής που ήσασταν και μετά shift-G. Αυτό θα
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_getln.pro | 19 void putcmdline(int c, int shift);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | term.txt | 443 <S-Up> shift arrow up 444 <S-Down> shift arrow down 445 t_%i <S-Right> shift arrow right *t_%i* *'t_%i'* 446 t_#4 <S-Left> shift arrow left *t_#4* *'t_#4'* 491 t_kB <S-Tab> back-tab (shift-tab) *<S-Tab>* *t_kB* *'t_kB'* 680 shift-cursor-up key for. (Note: To help people that have a Sun keyboard with 799 normal mouse clicks are used by Vim, mouse clicks with the shift or ctrl key 833 shift key with the mouse buttons to let the xterm do the selection. 851 (The same can be done with anything in 'mouse' if you keep the shift key 858 Thus in an xterm the shift and ctrl keys cannot be used with the mouse. Mouse [all …]
|
| H A D | intro.txt | 443 <S-Up> shift-cursor-up 444 <S-Down> shift-cursor-down 445 <S-Left> shift-cursor-left 446 <S-Right> shift-cursor-right 450 <S-F1> - <S-F12> shift-function keys 1 to 12 *<S-F1>* 469 <S-...> shift-key *shift* *<S-*
|
| H A D | visual.txt | 224 > shift right (4) |v_>| 225 < shift left (4) |v_<| 348 LHS of the block determines the point from which to apply a right shift, and 350 block determines the point up to which to shift left.
|
| H A D | os_unix.txt | 39 If you then still want the xterm copy/paste with the mouse, press the shift
|
| H A D | usr_10.txt | 512 The command ">" shifts the selected text to the right one shift amount, 513 inserting whitespace. The starting point for this shift is the left edge of 521 The shift amount is specified with the 'shiftwidth' option. To change it to 526 The "<" command removes one shift amount of whitespace at the left 528 there; so if there is less than a shift amount of whitespace available, it
|
| /vim-8.2.3635/runtime/ |
| H A D | gvimrc_example.vim | 25 " Make shift-insert work like in Xterm
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | dylan.vim | 50 " local methods indent the shift-width, plus 6 for the 'local'
|
| H A D | eruby.vim | 50 " The value of a single shift-width
|
| H A D | elm.vim | 75 " Indent double shift after let with an empty rhs
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | m4.vim | 30 …ement start="\<\(m4_\)\=\(syscmd\|esyscmd\|ifdef\|ifelse\|indir\|builtin\|shift\|errprint\|m4exit\…
|
| H A D | eterm.vim | 36 syn keyword etermKeyMod contained ctrl shift lock mod1 mod2 mod3 mod4 217 syn keyword etermBindMods contained ctrl shift lock mod1 mod2 mod3 mod4
|
| H A D | clojure.vim | 32 …shift-left","bit-shift-right","bit-test","bit-xor","boolean","boolean-array","boolean?","booleans"…
|