Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnormal.c1805 static char_u showcmd_buf[SHOWCMD_BUFLEN]; variable
1903 showcmd_buf[0] = NUL; in clear_showcmd()
1947 showcmd_buf[0] = NUL; in add_to_showcmd()
1960 old_len = (int)STRLEN(showcmd_buf); in add_to_showcmd()
1964 mch_memmove(showcmd_buf, showcmd_buf + overflow, in add_to_showcmd()
1966 STRCAT(showcmd_buf, p); in add_to_showcmd()
1994 old_len = (int)STRLEN(showcmd_buf); in del_from_showcmd()
1997 showcmd_buf[old_len - len] = NUL; in del_from_showcmd()
2011 STRCPY(old_showcmd_buf, showcmd_buf); in push_showcmd()
2020 STRCPY(showcmd_buf, old_showcmd_buf); in pop_showcmd()
[all …]