Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c4185 static int termcode_star(char_u *code, int len);
4301 if (flags == ATC_FROM_TERM && (j = termcode_star( in add_termcode()
4341 j = termcode_star(s, len); in add_termcode()
4358 termcode_star(char_u *code, int len) in termcode_star() function