Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 64) sorted by relevance

123

/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim9overflow overflow-wrap overflow-x overflow-y pad padding padding-block-end padding-block-start pad…
385 elseif prop == 'overflow-wrap'
387 elseif prop =~ 'overflow\%(-x\|-y\)\='
488 elseif prop == 'text-overflow'
621 …esolution", "resolution", "scan", "grid", "update-frequency", "overflow-block", "overflow-inline",…
H A Djavascriptcomplete.vim332 \ 'minWidth', 'overflow', 'overflowX', 'overflowY', 'verticalAlign', 'visibility',
H A Dtohtml.vim663 \ 'td div { overflow: auto; }',
/vim-8.2.3635/src/testdir/
H A Dtest_put.vim153 " total put-length (21474837 * 100) brings 32 bit int overflow
172 " total put-length (21474837 * 100) brings 32 bit int overflow
H A Dtest_ex_z.vim102 " This used to access invalid memory as a result of an integer overflow
H A Dtest_cd.vim7 " This used to crash with a heap write overflow.
H A Dtest_ex_mode.vim213 " The multiplication causes an integer overflow
H A Dtest_visual.vim18 " This used to cause a multiplication overflow followed by a crash.
H A Dtest_search.vim425 " These commands used to cause memory overflow in searchc().
/vim-8.2.3635/src/libvterm/t/
H A D26state_query.test60 !Truncation on attempted buffer overflow
/vim-8.2.3635/runtime/ftplugin/
H A Dcobol.vim36 …\n\)*\)\=\s*\%(not\s\+\)\=on\s\+\%(overflow\|exception\)\>\)\)\@=:\%(\<not\s\+\)\@<!\<\%(not\s\+\)…
/vim-8.2.3635/src/
H A Dos_macosx.m163 /* TODO: Avoid overflow. */
H A Dnormal.c1924 int overflow; in add_to_showcmd() local
1962 overflow = old_len + extra_len - SHOWCMD_COLS; in add_to_showcmd()
1963 if (overflow > 0) in add_to_showcmd()
1964 mch_memmove(showcmd_buf, showcmd_buf + overflow, in add_to_showcmd()
1965 old_len - overflow + 1); in add_to_showcmd()
/vim-8.2.3635/runtime/syntax/
H A Dcss.vim197 syn match cssBoxProp contained "\<overflow\(-\(x\|y\|style\)\)\=\>"
322 syn match cssTextProp contained "\<\(word\|line\)-break\|\(overflow\|word\)-wrap\>"
384 syn match cssUIProp contained "\<text-overflow\>"
H A Daml.vim32 syn keyword amlArcCmd contained osymbol over overflow overflowa[rea] overflowp[osition] overflows[…
H A Dlisp.vim86 syn keyword lispFunc *** floating-point-overflow print-not-readable
H A Dtypescriptcommon.vim1586 syntax keyword typescriptDOMStyle contained overflow overflowWrap overflowX overflowY
1640 syntax keyword typescriptElementEvent contained invalid overflow underflow DOMAutoComplete
/vim-8.2.3635/runtime/doc/
H A Dos_vms.txt805 - VMS compile warnings fixed - floating-point overflow warning corrected on VAX
H A Dmessage.txt675 Warning: List of file names overflow
H A Dversion7.txt2101 Use of sprintf() sometimes didn't check properly for buffer overflow. Also
2187 Limit the values of 'columns' and 'lines' to avoid an overflow in Rows *
4542 return Kbyte to avoid overflow.
4832 Solution: Check for overflow and return -2.
7901 Problem: Compiler warning for floating point overflow on VAX.
8248 Solution: Avoid overflow when column is MAXCOL. (Dominique Pelle)
8901 Problem: Possible buffer overflow.
9566 Solution: Avoid an overflow when adding MAXCOL.
14192 Problem: Buffer overflow in unescaping text. (Raymond Ko)
14601 Problem: Computing number of lines may have an integer overflow.
[all …]
H A Dversion6.txt2259 Win32: Buffer overflow when adding a charset name in a font.
2873 st_dev can be smaller than "unsigned". The compiler may give an overflow
4665 pattern that causes a stack overflow to be detected Vim could
5379 Problem: Borland C++ 5.5: Checking for stack overflow doesn't work
5759 a stack overflow when 'incsearch' is set. (Gerhard Hochholzer)
6513 Solution: Check for an overflow that makes maxwid negative.
6586 Solution: Check for an overflow that makes minwid negative.
7595 Solution: Add a check for overflow of the stack limit computation. (Jim
10893 Solution: Divide by 100 instead of multiplying. Avoid overflow when
10965 Solution: Avoid overflow on unsigned integer decrement. (Taro Muraoka)
[all …]
H A Dversion8.txt635 Problem: Clang warning for int shift overflow.
4924 Problem: Buffer overflow.
11396 Problem: Ubsan detects a multiplication overflow.
12685 Problem: Coverity warns for possible buffer overflow.
15057 Solution: Avoid an overflow. (Zoltan Arpadffy)
15623 Problem: Ubsan warns for integer overflow.
15948 Problem: Ubsan reports errors for integer overflow.
18160 Solution: Avoid overflow in compare.
20967 Problem: Buffer overflow in Ruby.
23191 Problem: Buffer overflow in :tags command.
[all …]
H A Dtodo.txt854 - signed integer overflow in do_sub() (#2249)
855 - signed integer overflow in get_address() (#2248)
1747 Patch to handle integer overflow. (Aaron Burrow, 2013 Dec 12)
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po118 msgid "W14: Warning: List of file names overflow"
H A Dzh_CN.cp936.po86 msgid "W14: Warning: List of file names overflow"

123