Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Drect.h18 static void rect_clip(VTermRect *dst, VTermRect *bounds) in rect_clip() argument
20 if(dst->start_row < bounds->start_row) dst->start_row = bounds->start_row; in rect_clip()
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col; in rect_clip()
22 if(dst->end_row > bounds->end_row) dst->end_row = bounds->end_row; in rect_clip()
23 if(dst->end_col > bounds->end_col) dst->end_col = bounds->end_col; in rect_clip()
/vim-8.2.3635/runtime/compiler/
H A Dsplint.vim24 " Note: when using the new array bounds checking flags: Each warning
39 " sample warning (bounds checking):
41 "bounds.c: (in function updateEnv)
42 "bounds.c:10:5: Possible out-of-bounds store:
45 " requires maxSet(str @ bounds.c:10:13) >= maxRead(getenv("MYENV") @
46 " bounds.c:6:9)
48 " requires maxSet(str @ bounds.c:10:13) >= maxRead(tmp @ bounds.c:10:18)
/vim-8.2.3635/runtime/syntax/
H A D8th.vim216 Builtin xform mat:xform 2console md:2console 2html md:2html 2nk md:2nk bounds meta:bounds color me…
240 Builtin any-clicked? nk:any-clicked? bounds nk:bounds bounds! nk:bounds! button nk:button button-c…
261 Builtin layout-bounds nk:layout-bounds layout-grid-begin nk:layout-grid-begin layout-grid-end nk:l…
268 …ayout-space-end layout-space-push nk:layout-space-push layout-widget-bounds nk:layout-widget-bounds
289 Builtin use-style nk:use-style vsync nk:vsync widget nk:widget widget-bounds nk:widget-bounds widg…
292 Builtin widget-wide nk:widget-wide win nk:win win-bounds nk:win-bounds win-bounds! nk:win-bounds! …
293 …-collapse nk:win-collapse win-collapsed? nk:win-collapsed? win-content-bounds nk:win-content-bounds
H A Dreva.vim82 Builtin +lplace +place -chop /char /string bounds c+lplace c+place
H A Dsplint.vim86 syn keyword splintFlag contained booltype bounds boundscompacterrormessages boundsread boundswrite
H A Dsas.vim143 …yword absorb add array assess baseline bayes beginnodata bivar bootstrap bounds by cdfplot cells c…
H A Dlisp.vim122 syn keyword lispFunc array-in-bounds-p get-setf-expansion read-eval-print
/vim-8.2.3635/src/libvterm/t/
H A D15state_mode.test76 !Origin mode bounds cursor to scrolling region
/vim-8.2.3635/runtime/indent/
H A Djavascript.vim112 throw 'out of bounds'
154 throw 'out of bounds'
407 catch /^\Cout of bounds$/
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt8906 Problem: Compiler adds invalid memory bounds check.
13090 option values. Also check the row value to be out of bounds.
13674 Problem: Using array index before bounds checking.
16128 Problem: Typo in char value causes out of bounds access.
H A Dversion8.txt4214 Problem: Coverity warning for Out-of-bounds read.
4612 Problem: Out-of-bounds read, detected by Coverity.
11908 Problem: Off-by-one error in bounds check. (Coverity)
16747 bounds indexing.
28896 Problem: Cppcheck warns for using array index before bounds check.
37921 Solution: Check the rows are not out of bounds. Don't finish a selection if