Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c5006 int prev_current = 0; in list_instructions() local
5020 if (current > prev_current) in list_instructions()
5023 prev_current = current; in list_instructions()