Searched refs:history_str (Results 1 – 2 of 2) sorted by relevance
3354 const char* history_str = (HistoryPos >= 0) ? History[HistoryPos] : ""; in TextEditCallback() local3356 data->InsertChars(0, history_str); in TextEditCallback()
6559 const char* history_str = (HistoryPos >= 0) ? History[HistoryPos] : ""; local6561 data->InsertChars(0, history_str);