Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c345 static char_u *s_textfield; // Used by dialogs to pass back strings variable
6804 if (s_textfield != NULL) in dialog_callback()
6811 vim_strncpy(s_textfield, p, IOSIZE); in dialog_callback()
7314 s_textfield = textfield; in gui_mch_dialog()
7319 s_textfield = NULL; in gui_mch_dialog()