Home
last modified time | relevance | path

Searched refs:lx (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_at_sb.c245 int lx, ly, lw, lh; in FillArea() local
257 lx = ((top < margin) ? margin : top); in FillArea()
264 lx = sw; in FillArea()
279 lx, ly, lx + lw - 1, ly); in FillArea()
284 lx, ly + lh - 1, lx + lw - 1, ly + lh - 1); in FillArea()
291 lx, ly, lx, ly + lh - 1); in FillArea()
296 lx + lw - 1, ly, lx + lw - 1, ly + lh - 1); in FillArea()
312 lx, ly, lx, ly + lh - 1); in FillArea()
317 lx + lw - 1, ly, lx + lw - 1, ly + lh - 1); in FillArea()
324 lx, ly, lx + lw - 1, ly); in FillArea()
[all …]
H A Devalfunc.c7602 listitem_T *lx, *ly, *lz, *lw; in f_rand() local
7631 lx = list_find(l, 0L); in f_rand()
7635 if (lx->li_tv.v_type != VAR_NUMBER) goto theend; in f_rand()
7639 x = (UINT32_T)lx->li_tv.vval.v_number; in f_rand()
7646 lx->li_tv.vval.v_number = (varnumber_T)x; in f_rand()
/vim-8.2.3635/src/testdir/
H A Dtest_virtualedit.vim397 exe "normal 2lx"
399 exe "normal 10lx"
H A Dtest_listdict.vim69 VAR lx = copy(l)
73 call assert_true(l == lx)
74 call assert_false(l is lx)
75 call assert_true(l isnot lx)
H A Dtest_textprop.vim1020 normal! lx
/vim-8.2.3635/src/po/
H A Dsr.po7089 msgid "E1113: Overlapping ranges for 0x%lx"
7090 msgstr "E1113: Опсези за 0x%lx се преклапају"
H A Dit.po6640 msgid "E1113: Overlapping ranges for 0x%lx"
6641 msgstr "E1113: Intervalli sovrapposti per 0x%lx"
H A Dde.po7150 msgid "E1113: Overlapping ranges for 0x%lx"
7151 msgstr "E1113: �berlappender Bereich f�r 0x%lx"
H A Dtr.po7087 msgid "E1113: Overlapping ranges for 0x%lx"
7088 msgstr "E1113: 0x%lx için üst üste binen erimler"
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt9660 6287) lx (abbreviation of previous word)
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11606 Solution: Use %ld and %lx. (Dominique Pelle)