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

/macosx-10.10.1/vim-55/src/
H A Dworkshop.c726 Boolean using_tearoff; /* set per current option setting */ local
733 using_tearoff = vim_strchr(p_go, GO_TEAROFF) != NULL;
734 gui_mch_toggle_tearoffs(using_tearoff);
H A Dgui.c3166 int using_tearoff = FALSE; local
3242 using_tearoff = TRUE;
3349 if (using_tearoff != prev_tearoff)
3351 gui_mch_toggle_tearoffs(using_tearoff);
3352 prev_tearoff = using_tearoff;

Completed in 81 milliseconds