Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds2.c454 int next_fnum = 0; in ex_listdo() local
597 next_fnum = -1; in ex_listdo()
601 next_fnum = buf->b_fnum; in ex_listdo()
615 if (next_fnum < 0 || next_fnum > eap->line2) in ex_listdo()
619 if (buf->b_fnum == next_fnum) in ex_listdo()
628 goto_buffer(eap, DOBUF_FIRST, FORWARD, next_fnum); in ex_listdo()
633 if (curbuf->b_fnum != next_fnum) in ex_listdo()