Searched refs:line_cstr (Results 1 – 2 of 2) sorted by relevance
536 const char *line_cstr = current_lines.GetStringAtIndex(i); in IOHandlerComplete() 537 if (line_cstr) { in IOHandlerComplete() local 539 current_code.append(line_cstr); in IOHandlerComplete()
261 void Enter(const EditLineCharType *line_cstr) { in Enter() argument263 history_w(m_history, &m_event, H_ENTER, line_cstr); in Enter()