Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp59 #define ANSI_CLEAR_BELOW ESCAPE "[J" macro
425 fprintf(m_output_file, ANSI_SET_COLUMN_N ANSI_CLEAR_BELOW, 1); in DisplayInput()
798 fprintf(m_output_file, ANSI_CLEAR_BELOW); in PreviousLineCommand()
948 fprintf(output_file, "\n" ANSI_CLEAR_BELOW "Available completions:\n"); in DisplayCompletions()
1495 fprintf(m_output_file, ANSI_CLEAR_BELOW); in Cancel()
1585 fprintf(m_output_file, ANSI_CLEAR_BELOW); in PrintAsync()