Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp60 #define ANSI_UP_N_ROWS ESCAPE "[%dA" macro
395 (toLine > fromLine) ? ANSI_DOWN_N_ROWS : ANSI_UP_N_ROWS, in MoveCursor()
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()