Lines Matching refs:pointer

431 is easy when using the mouse, just position the pointer on a status line or
432 vertical separator and drag it. In the GUI a special mouse pointer shape
1595 - Don't update the mouse pointer shape while there are typeahead characters.
1690 - Win32 and X11: Added 'mouseshape' option: Adjust the mouse pointer shape to
2603 - Fixed a bug in gui_mch_dialog (using wrong pointer)
2771 character mouse pointer is blanked, it didn't reappear when moving it in the
3783 Solution: Check for a NULL pointer.
3855 Added ue_getbot_entry pointer for this. When the number of lines
4068 Solution: Avoid giving a NULL pointer to printf(). Also output a newline
4165 Problem: Warning for wrong pointer type when compiling.
4166 Solution: Use char instead of char_u pointer.
4226 moving the mouse pointer to another window stops Insert mode,
4294 Solution: Use the thumb size instead of the window pointer of the scrollbar
4384 error for a NULL pointer.
4511 is set the mouse pointer wasn't adjusted.
4512 Solution: Adjust the scrollbars and the mouse pointer.
4691 Solution: Increase a pointer over a character instead of a byte.
4883 Solution: Don't decrement a pointer to before the start of the line.
5884 pointer to the new window. (Robert Webb)
6369 Avoid pointer conversions warnings for Borland C 5.5 in dosinst.c and
6465 Problem: Win32: after a ":popup" command the mouse pointer stays hidden.
6466 Solution: Unhide the mouse pointer before showing the menu.
6941 Solution: Add a declaration for the "p" pointer. (Madoka Machitani)
7393 A pointer may wrap around zero.
7754 Problem: Warning for illegal pointer combination. (Zoltan Arpadffy)
7769 Problem: Warning for an illegal pointer on Solaris.
8341 Problem: Compiler warning for pointer. (Axel Kielhorn)
8563 Solution: Pass the window pointer to the function doing the dragging instead
8989 Problem: Compiler warning for pointer cast.
8994 Problem: Compiler warning for pointer cast.
9283 Solution: Check for sign_get_text() returning a NULL pointer.
9331 Also fix a pointer type mistake. (Walter Briscoe)
9463 Problem: Compiler warning for pointer.
9468 Problem: Win32: libcall() may return an invalid pointer and cause Vim to
9470 Solution: Add a strict check for the returned pointer. (Bruce Mellows)
9723 Solution: Add typecasts to char pointer.
10452 Solution: Use the right pointer to get the cell size. (Taro Muraoka)
11225 giving a debug message with an invalid pointer. Send a
11293 Also avoid a crash for a NULL pointer.
11515 mouse pointer position.
11593 which buttons are added to a dialog. Move mouse pointer around
11669 use of a zero character instead of a zero pointer, unused
12135 Solution: Use a char pointer instead. Move including "gui_amiga.h" to after
12176 Solution: Do not use the sg_name_u pointer when it is NULL. Also simplify
12269 Problem: Win32: When the mouse pointer is on a tear-off menu it is hidden
12271 Solution: Handle the pointer move event for the tear-off menu window.
12369 missing ")" in an expression. Using NULL pointer when adding
12370 first user command and for pointer computations with regexp.
12680 Problem: Compiler warning for incompatible pointer.
12736 Solution: Check the status line row instead of the window pointer.
13309 Solution: Add check for NULL pointer. (Ron Aaron)
13313 Problem: Warning for pointer conversion.
13908 Gcc would warn "dereferencing type-punned pointer will break strict -aliasing
14432 Solution: Don't use a pointer to a buffer that has been deleted.
14478 Solution: Don't call fname_case() with a NULL pointer.