Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 44) sorted by relevance

12

/vim-8.2.3635/src/libvterm/
H A Dtbl2inc_c.pl23 my ($up, $low) = ($_ =~ m{^(\d+)/(\d+)});
24 my $thisrow = $up * 16 + $low;
/vim-8.2.3635/src/testdir/
H A Dcolor_ramp.vim63 for low in range(0, 35)
64 let nr = low + high * 36
H A Dtest_usercommands.vim416 for low in range(1, bufnr('$'))
417 if buflisted(low)
421 call assert_equal(low, g:a1)
426 for low in range(1, bufnr('$'))
427 if bufloaded(low)
431 call assert_equal(low, g:a1)
H A Dtest_timers.vim307 throw 'Skipped: cannot get low-level input'
H A Dtest_recover.vim213 " both the high and low 32-bits to compute these values.
/vim-8.2.3635/src/libvterm/t/
H A Drun-test.pl179 my ( $low, $high ) = ( $1, $2 );
180 foreach my $val ( $low .. $high ) {
H A D03encoding_utf8.test9 # Easy way to do this is to check it does low/high boundary cases, as that
46 # + Early termination (back to low bytes too soon)
/vim-8.2.3635/runtime/tools/
H A Dunicode.vim321 let low = keys[0]
325 call add(result, [low, high])
326 let low = key
332 call add(result, [low, high])
/vim-8.2.3635/runtime/ftplugin/
H A Ddebchangelog.vim116 call Urgency('low')
214 amenu Changelog.Set\ &Urgency.&low :call Urgency("low")<CR>
H A Djavascript.vim43 " The following suffixes should have low priority
/vim-8.2.3635/src/
H A Dsha256.c239 UINT32_T high, low; in sha256_finish() local
243 low = (ctx->total[0] << 3); in sha256_finish()
246 PUT_UINT32(low, msglen, 4); in sha256_finish()
H A Dspellfile.c321 static int set_spell_chartab(char_u *fol, char_u *low, char_u *upp);
2202 char_u *low = NULL; in spell_read_aff() local
2881 else if (is_aff_rule(items, itemcnt, "LOW", 2) && low == NULL) in spell_read_aff()
2883 low = vim_strsave(items[1]); in spell_read_aff()
3006 if (fol != NULL || low != NULL || upp != NULL) in spell_read_aff()
3024 if (fol == NULL || low == NULL || upp == NULL) in spell_read_aff()
3027 (void)set_spell_chartab(fol, low, upp); in spell_read_aff()
3031 vim_free(low); in spell_read_aff()
6434 set_spell_chartab(char_u *fol, char_u *low, char_u *upp) in set_spell_chartab() argument
6439 char_u *pf = fol, *pl = low, *pu = upp; in set_spell_chartab()
H A Dfold.c1140 linenr_T low, high; in foldFind() local
1156 low = 0; in foldFind()
1158 while (low <= high) in foldFind()
1160 i = (low + high) / 2; in foldFind()
1166 low = i + 1; in foldFind()
1174 *fpp = fp + low; in foldFind()
H A Dmemline.c4135 linenr_T low, high; in ml_find_line() local
4187 low = 1; in ml_find_line()
4198 low = ip->ip_low; in ml_find_line()
4230 buf->b_ml.ml_locked_low = low; in ml_find_line()
4248 ip->ip_low = low; in ml_find_line()
4257 if ((low += t) > lnum) in ml_find_line()
4262 high = low - 1; in ml_find_line()
4263 low -= t; in ml_find_line()
H A Dvim.h2424 # define gtk_adjustment_set_lower(adj, low) \ argument
2425 do { (adj)->lower = low; } while (0)
/vim-8.2.3635/runtime/syntax/
H A Ddebchangelog.vim17 let s:urgency='urgency=\(low\|medium\|high\|emergency\|critical\)\( [^[:space:],][^,]*\)\='
H A Davra.vim33 syn keyword avraOperator low high byte2 byte3 byte4 lwrd hwrd page exp2 log2
H A Dsyncolor.vim29 " Therefore the number of colors used is kept low. It doesn't look nice with
H A Dspecman.vim41 syn keyword specmanPacking packing low high
H A Dvhdl.vim92 syn match vhdlAttribute "\'low"
H A Djal.vim97 syn keyword jalBit high low
H A Dhtml.vim121 syn keyword htmlArg contained high icon inputmode keytype kind list loop low
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim539 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"]
541 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"]
/vim-8.2.3635/runtime/doc/
H A Duganda.txt157 (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
190 very low. This is because the money goes directly to the centre. Less than
H A Dtesting.txt57 were typed by the user. This uses a low level input buffer.

12