Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c4417 tabpage_T *tp, *tp_dst; in tabpage_move() local
4429 tp_dst = tp; in tabpage_move()
4452 curtab->tp_next = tp_dst->tp_next; in tabpage_move()
4453 tp_dst->tp_next = curtab; in tabpage_move()