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

/macosx-10.10.1/vim-55/src/
H A Dgui_gtk_x11.c121 static const GtkTargetEntry selection_targets[] = variable
131 #define N_SELECTION_TARGETS (sizeof(selection_targets) / sizeof(selection_targets[0]))
3058 if (!clip_html && selection_targets[i].info == TARGET_HTML)
3061 targets[j++] = selection_targets[i];
3086 if (!clip_html && selection_targets[i].info == TARGET_HTML)
5610 if (!clip_html && selection_targets[i].info == TARGET_HTML)
5613 target = gdk_atom_intern(selection_targets[i].target, FALSE);

Completed in 167 milliseconds