Searched refs:cur_screen (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_vi.c413 static void add_to_clip( xvi_screen *cur_screen, int x, int y, int width, int height )
415 static void add_to_clip( cur_screen, x, y, width, height )
416 xvi_screen *cur_screen;
428 if ( cur_screen->clip == NULL )
429 cur_screen->clip = XCreateRegion();
430 XUnionRectWithRegion( &rect, cur_screen->clip, cur_screen->clip );
732 xvi_screen *cur_screen = (xvi_screen *) ptr;
893 /* Note that (global) cur_screen needs to be correctly set so that
1046 static void copy_to_clipboard( xvi_screen *cur_screen )
404 add_to_clip( xvi_screen *cur_screen, int x, int y, int width, int height ) argument
721 xvi_screen *cur_screen = (xvi_screen *) ptr; local
1057 mark_selection( xvi_screen *cur_screen, int start, int end ) argument
1078 erase_selection( xvi_screen *cur_screen, int start, int end ) argument
1099 left_expand_selection( xvi_screen *cur_screen, int *start ) argument
1128 right_expand_selection( xvi_screen *cur_screen, int *end ) argument
1338 xvi_screen *cur_screen; local
1356 __vi_set_cursor(xvi_screen *cur_screen, int is_busy) argument
[all...]

Completed in 68 milliseconds