Home
last modified time | relevance | path

Searched defs:loop_cookie (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dex_docmd.c404 struct loop_cookie struct
406 garray_T *lines_gap; // growarray with line info
407 int current_line; // last read line from growarray
408 int repeating; // TRUE when looping a second time
410 char_u *(*getline)(int, void *, int, getline_opt_T);
411 void *cookie;