Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h391 #define GA_GROW_FAILS(gap, n) unlikely((((gap)->ga_maxlen - (gap)->ga_len < n) ? ga_grow_inner((gap…
H A Dvim9execute.c432 if (unlikely(ref->or_outer == NULL)) in call_dfunc()
1662 if (unlikely(++breakcheck_count >= 100)) in exec_instructions()
1667 if (unlikely(got_int)) in exec_instructions()
1676 if (unlikely(did_emsg && msg_list != NULL && *msg_list != NULL)) in exec_instructions()
1686 if (unlikely(did_throw)) in exec_instructions()
1933 if (unlikely(cmd == NULL)) in exec_instructions()
3016 if (unlikely(dict == NULL)) in exec_instructions()
3035 if (unlikely(item == NULL)) in exec_instructions()
H A Dvim.h2178 # define unlikely(x) __builtin_expect((x), 0) macro
2181 # define unlikely(x) (x) macro
/vim-8.2.3635/READMEdir/
H A DREADME_dos.txt52 name includes the version number, it is unlikely that you overwrite
/vim-8.2.3635/runtime/doc/
H A Dmessage.txt489 unlikely to work, therefore Vim will exit with value 123.
492 unlikely to cause an out-of-memory situation. Undo information is completely
558 opened the same file at exactly the same moment (very unlikely) or someone is
H A Dusr_24.txt467 abbreviation for "fresh", but that's very unlikely).
491 Fortunately, it's unlikely that the result of an abbreviation is mapped.
H A Dusr_90.txt401 In the unlikely event you want to uninstall Vim completely, this is how you do
H A Dusr_45.txt163 Thus it's unlikely that your language uses it. You need to tell Vim you want
H A Drepeat.txt546 backslash is to make it very unlikely this is a normal comment line.
H A Dusr_41.txt1993 by the plugin should be clear from its name. And it should be unlikely that
2199 To make it very unlikely that other plugins use the same sequence of
H A Dversion5.txt6354 version, although it's unlikely that it runs into this problem.
7592 unlikely that Vim will hang. Call _exit() instead of exit() in case of a
H A Dpi_netrw.txt2199 is unlikely to be fixed.
H A Deval.txt1875 other scripts. It is also unlikely to achieve the desired
/vim-8.2.3635/runtime/indent/
H A Dmp.vim64 " keep this list short, statements that are unlikely to be very long or are
/vim-8.2.3635/runtime/syntax/
H A Dredif.vim962 " whitespace between fields and arguments (which is already very unlikely)