Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp501 HistEventW history_event; in RecallHistory() local
509 if (history_w (pHistory, &history_event, H_FIRST) == -1) in RecallHistory()
521 if (history_w (pHistory, &history_event, earlier ? H_NEXT : H_PREV) == -1) in RecallHistory()
535 new_input_lines = SplitLines (history_event.str); in RecallHistory()