Searched refs:SHOWCMD_COLS (Results 1 – 4 of 4) sorted by relevance
3297 if (typebuf.tb_len > SHOWCMD_COLS) in vgetorpeek()3298 showcmd_idx = typebuf.tb_len - SHOWCMD_COLS; in vgetorpeek()
1741 #define SHOWCMD_COLS 10 // columns needed by shown command macro
1804 #define SHOWCMD_BUFLEN SHOWCMD_COLS + 1 + 301898 showcmd_buf[SHOWCMD_COLS] = NUL; // truncate in clear_showcmd()1962 overflow = old_len + extra_len - SHOWCMD_COLS; in add_to_showcmd()
4690 sc_col += SHOWCMD_COLS; in comp_col()