Searched refs:ANSI_SET_COLUMN_N (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Host/common/ |
D | Editline.cpp | 59 #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()
|