Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp536 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()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp261 void Enter(const EditLineCharType *line_cstr) { in Enter() argument
263 history_w(m_history, &m_event, H_ENTER, line_cstr); in Enter()