Searched defs:cur_screen (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | m_vi.c | 407 static void add_to_clip( xvi_screen *cur_screen, int x, int y, int width, int height ) in add_to_clip() 724 xvi_screen *cur_screen = (xvi_screen *) ptr; local 1036 static void copy_to_clipboard( xvi_screen *cur_screen ) in copy_to_clipboard() 1060 static void mark_selection( xvi_screen *cur_screen, int start, int end ) in mark_selection() 1081 static void erase_selection( xvi_screen *cur_screen, int start, int end ) in erase_selection() 1102 static void left_expand_selection( xvi_screen *cur_screen, int *start ) in left_expand_selection() 1131 static void right_expand_selection( xvi_screen *cur_screen, int *end ) in right_expand_selection() 1341 xvi_screen *cur_screen; local 1359 __vi_set_cursor(xvi_screen *cur_screen, int is_busy) in __vi_set_cursor()
|