Lines Matching refs:pointer
541 mouse pointer.
968 |v:beval_text| text under the mouse pointer for 'balloonexpr'
1505 pointer position instead of the text cursor.
2781 Fixed a few leaks and wrong pointer use reported by coverity.
2925 move focus to the first window. Also, the mouse pointer would jump to the
3098 while 'mousefocus' is set may warp the mouse pointer. (Robert
3212 Solution: Check for a zero pointer. (James Vega)
3372 Problem: After using the netbeans interface close command a stale pointer
3374 Solution: Clear the pointer to the closed buffer. (Xavier de Gaye)
3450 button. Also check that a menu pointer is actually valid.
3455 Solution: Free pointer when next memory allocation fails.
3494 invalid pointer. (Kim Schulz)
3495 Solution: Don't try freeing a constant string pointer.
3513 Solution: Avoid using a NULL pointer.
3988 pointer to the first window in each tab page.
4025 Solution: Check for NULL pointer returned from mch_open().
4243 Problem: Warning for wrong pointer type.
4293 Problem: When using ":vert ball" the computation of the mouse pointer
4924 Problem: Using a pointer that has become invalid. (Chris Monson)
4925 Solution: Obtain the line pointer again after we looked at another line.
5086 Solution: Keep the line pointer to the line to compare with. Avoid going
5367 Solution: Check the string pointer before getting the char it points to.
5372 Solution: Adjust check for pointer. (Politz)
6017 mouse pointer a little bit. (Yongwei Wu)
6041 Solution: Store the dictitem pointer before using it. (Matthew Luckie)
6284 Solution: Avoid calling netbeans_removed(), it frees the line pointer.
6518 Solution: Update the pointer to the last used element. (Dominique Pelle)
6887 Problem: Compiler warnings for casting int to pointer.
7422 Problem: A few problems when profiling. Using flag pointer instead of flag
7492 Solution: Keep a pointer to the expand_T in the command line structure.
7676 for the pointer to avoid a warning.
7726 Solution: Avoid using a NULL pointer.
7998 Problem: Warning for signed/unsigned pointer.
8049 Solution: Break the search loop. Also fix pointer alignment for systems
8217 Problem: Warning for discarding "const" from pointer.
8218 Solution: Don't pass const pointer to mch_memmove().
8591 Solution: Remember the pointer and free it.
8700 Solution: Avoid using a NULL pointer (Dominique Pelle)
9218 Problem: Compiler warning for bad pointer cast.
9219 Solution: Use another variable for int pointer.
9324 Solution: Change pointer types. (Sergey Khorev)
9767 Problem: Compiler warning for pointer type. (Tony Mechelynck)
9773 Solution: Compute the size of the pointer, not what it points to. (Yukihiro
9884 Solution: Make ga_scripts contain pointer to scriptvar_T instead of
9969 Solution: Don't use NULL pointer argument.
10599 Solution: Use the pointer instead of the array itself. (Dominique Pelle)
11101 Problem: Compiler warning for signed pointer.
11111 Problem: Another compiler warning for signed pointer.
11286 Problem: Using uninitialized pointer when out of memory.
11622 Solution: Reset the index when advancing to the next pointer block. Add a
11786 Solution: Check that the pointer is not at the start of the file name.
12037 Solution: Recompute pointer after reallocating array. Move fewer entries
12151 Solution: Set the buffer pointer to NULL to be able to detect the invalid
12152 situation. Fix a few places that used the buffer pointer
12168 Problem: Warnings for pointer types.
12543 Problem: Win32: Toolbar repainting does not work when the mouse pointer
12610 Solution: Check for NULL window pointer. (Dominique Pelle)
12619 Problem: Using NULL buffer pointer in a window.
12775 Problem: Compiler warning for wrong pointer.
12967 Solution: Fix pointer use. (Yasuhiro Matsumoto)
13381 Solution: Don't use strlen() on an int pointer.
13472 Problem: 'efm' does not handle Tabs in pointer lines.
13621 Problem: Warning for pointer conversion.
13754 Problem: Crash on NULL pointer.
13760 Solution: Check for a NULL pointer. (Chris Webb)
14262 Solution: Make the return type a char_u pointer. Check the size of the
14555 Solution: Avoid using NULL pointer. (Christian Brabandt)
15136 Solution: Scroll the window under the mouse pointer, like in the GUI.
15198 Problem: Compiler warning for signed/unsigned pointer.
16020 Solution: Dereference pointer properly.
17024 Problem: Mixing long and pointer doesn't always work.
17025 Solution: Avoid cast to pointer.
17787 Problem: Possibly using invalid pointer when searching for window. (Raichoo)