Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp59 #define ANSI_SET_COLUMN_N ESCAPE "[%dG" macro
410 fprintf(m_output_file, ANSI_SET_COLUMN_N, toColumn); in MoveCursor()
414 fprintf(m_output_file, ANSI_SET_COLUMN_N ANSI_CLEAR_BELOW, 1); in DisplayInput()
765 fprintf(m_output_file, ANSI_UP_N_ROWS ANSI_SET_COLUMN_N, in DeletePreviousCharCommand()
793 fprintf(m_output_file, ANSI_UP_N_ROWS ANSI_SET_COLUMN_N, in PreviousLineCommand()
1088 fprintf(m_output_file, ANSI_SET_COLUMN_N, toColumn); in TypedCharacter()