Home
last modified time | relevance | path

Searched refs:f_paste (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_copypaste.c52 __vi_InitCopyPaste(PFI f_copy, PFI f_paste, PFI f_clear, PFI f_error) in __vi_InitCopyPaste() argument
54 icccm_paste = f_paste; in __vi_InitCopyPaste()
H A Dm_vi.c53 static void f_paste(int widget, int buffer, int length);
998 __vi_InitCopyPaste( f_copy, f_paste, f_clear, fprintf ); in vi_create_editor()
1323 static void f_paste(int widget, int buffer, int length) in f_paste() function