Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h356 static writefn old_fn = NULL; variable
361 if (old_fn != NULL && io_ga.ga_len > 0) in PythonIO_Flush()
364 old_fn((char *)io_ga.ga_data); in PythonIO_Flush()
375 if (fn != old_fn) in writer()
377 old_fn = fn; in writer()