Searched refs:fInputValue (Results 1 – 1 of 1) sorted by relevance
425 const char* fInputValue; member in VimDialog2073 , 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()