| /vim-8.2.3635/src/libvterm/ |
| H A D | tbl2inc_c.pl | 23 my ($up, $low) = ($_ =~ m{^(\d+)/(\d+)}); 24 my $thisrow = $up * 16 + $low;
|
| /vim-8.2.3635/src/testdir/ |
| H A D | color_ramp.vim | 63 for low in range(0, 35) 64 let nr = low + high * 36
|
| H A D | test_usercommands.vim | 416 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 D | test_timers.vim | 307 throw 'Skipped: cannot get low-level input'
|
| H A D | test_recover.vim | 213 " both the high and low 32-bits to compute these values.
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | run-test.pl | 179 my ( $low, $high ) = ( $1, $2 ); 180 foreach my $val ( $low .. $high ) {
|
| H A D | 03encoding_utf8.test | 9 # 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 D | unicode.vim | 321 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 D | debchangelog.vim | 116 call Urgency('low') 214 amenu Changelog.Set\ &Urgency.&low :call Urgency("low")<CR>
|
| H A D | javascript.vim | 43 " The following suffixes should have low priority
|
| /vim-8.2.3635/src/ |
| H A D | sha256.c | 239 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 D | spellfile.c | 321 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 D | fold.c | 1140 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 D | memline.c | 4135 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 D | vim.h | 2424 # define gtk_adjustment_set_lower(adj, low) \ argument 2425 do { (adj)->lower = low; } while (0)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | debchangelog.vim | 17 let s:urgency='urgency=\(low\|medium\|high\|emergency\|critical\)\( [^[:space:],][^,]*\)\='
|
| H A D | avra.vim | 33 syn keyword avraOperator low high byte2 byte3 byte4 lwrd hwrd page exp2 log2
|
| H A D | syncolor.vim | 29 " Therefore the number of colors used is kept low. It doesn't look nice with
|
| H A D | specman.vim | 41 syn keyword specmanPacking packing low high
|
| H A D | vhdl.vim | 92 syn match vhdlAttribute "\'low"
|
| H A D | jal.vim | 97 syn keyword jalBit high low
|
| H A D | html.vim | 121 syn keyword htmlArg contained high icon inputmode keytype kind list loop low
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 539 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 D | uganda.txt | 157 (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 D | testing.txt | 57 were typed by the user. This uses a low level input buffer.
|