Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc425 const char* fInputValue; member in VimDialog
2073 , fInputValue(textfield) in VimDialog()
2160 if (fInputValue != NULL) { in VimDialog()
2163 fInputControl = new BTextControl(rect, "_iv_", NULL, fInputValue, NULL, in VimDialog()
2165 fInputControl->TextView()->SetText(fInputValue); in VimDialog()
2224 if (fInputValue != NULL) in Go()
2225 vim_strncpy((char_u*)fInputValue, (char_u*)fInputControl->Text(), IOSIZE - 1); in Go()