Home
last modified time | relevance | path

Searched refs:TEAR_STRING (Results 1 – 3 of 3) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.h137 #define TEAR_STRING "-->Detach" macro
H A Dmenu.c1918 return (STRCMP(name, TEAR_STRING) == 0); in menu_is_tearoff()
2211 if (STRCMP(menu->children->name, TEAR_STRING) != 0) in gui_create_tearoffs_recurse()
2248 STRCAT(tearpath, TEAR_STRING); in gui_add_tearoff()
2285 if (STRCMP(menu->children->name, TEAR_STRING) == 0) in gui_destroy_tearoffs_recurse()
H A Dgui_w32.c6574 if (STRNCMP(menu->name, TEAR_STRING, TEAR_LEN) == 0) in gui_mch_add_menu_item()
7802 if (STRCMP(menu->children->name, TEAR_STRING) == 0) in gui_mch_tearoff()