Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 92) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dgui_xmebw.c336 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 Dmemfile.c194 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 Dnetbeans.c2392 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 Dtest_breakindent.vim154 " 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 Dtest_shift.vim8 " 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 Dcobol.vim148 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 Doccam.vim16 " Set shift width for indent
/vim-8.2.3635/src/xdiff/
H A Dxdiffi.c902 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 Dclojurecomplete.vim12shift-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 Dshellmenu.vim46 imenu Stmts.shift shift
/vim-8.2.3635/runtime/tutor/
H A Dtutor.el.cp737407 2. ���㩫� shift-G ��� �� ����������嫜 ��� �⢦� ��� ����妬.
409 3. ���㩫� ��� ������ ��� ������ ��� 㩘���� ��� ���� shift-G. ���� ��
H A Dtutor.el.utf-8407 2. Πατήστε shift-G για να μετακινηθείτε στο τέλος του αρχείου.
409 3. Πατήστε τον αριθμό της γραμμής που ήσασταν και μετά shift-G. Αυτό θα
/vim-8.2.3635/src/proto/
H A Dex_getln.pro19 void putcmdline(int c, int shift);
/vim-8.2.3635/runtime/doc/
H A Dterm.txt443 <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 Dintro.txt443 <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 Dvisual.txt224 > 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 Dos_unix.txt39 If you then still want the xterm copy/paste with the mouse, press the shift
H A Dusr_10.txt512 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 Dgvimrc_example.vim25 " Make shift-insert work like in Xterm
/vim-8.2.3635/runtime/indent/
H A Ddylan.vim50 " local methods indent the shift-width, plus 6 for the 'local'
H A Deruby.vim50 " The value of a single shift-width
H A Delm.vim75 " Indent double shift after let with an empty rhs
/vim-8.2.3635/runtime/syntax/
H A Dm4.vim30 …ement start="\<\(m4_\)\=\(syscmd\|esyscmd\|ifdef\|ifelse\|indir\|builtin\|shift\|errprint\|m4exit\…
H A Determ.vim36 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 Dclojure.vim32shift-left","bit-shift-right","bit-test","bit-xor","boolean","boolean-array","boolean?","booleans"…

1234