Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h271 int echo_count; // number of expressions member
H A Dvim9execute.c1948 int count = iptr->isn_arg.echo.echo_count; in exec_instructions()
5111 echo->echo_count); in list_instructions()
H A Dvim9compile.c2238 isn->isn_arg.echo.echo_count = count; in generate_ECHO()