Home
last modified time | relevance | path

Searched refs:DLG_BUTTON_SEP (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk.c1540 if (*p == DLG_BUTTON_SEP) in split_button_string()
1551 if (*p == DLG_BUTTON_SEP) in split_button_string()
1577 if (*str == DLG_BUTTON_SEP) in split_button_translation()
H A Dgui_photon.c1532 if (*str == DLG_BUTTON_SEP) in gui_mch_dialog()
1555 if (*str == DLG_BUTTON_SEP) in gui_mch_dialog()
H A Dgui_w32.c6948 if (tbuffer[i] == DLG_BUTTON_SEP) in gui_mch_dialog()
7106 pend = vim_strchr(pstart, DLG_BUTTON_SEP); in gui_mch_dialog()
7131 pend = vim_strchr(pstart, DLG_BUTTON_SEP); in gui_mch_dialog()
7225 *pend && (*pend != DLG_BUTTON_SEP); in gui_mch_dialog()
H A Dgui_motif.c2560 if (*p == DLG_BUTTON_SEP) in gui_mch_dialog()
2590 if (*next == DLG_BUTTON_SEP) in gui_mch_dialog()
H A Dvim.h1238 #define DLG_BUTTON_SEP '\n' macro
H A Dgui_athena.c2184 if (*next == DLG_BUTTON_SEP) in gui_mch_dialog()
H A Dmessage.c3935 if (*r == DLG_BUTTON_SEP) in msg_show_console_dialog()