Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c3373 win_T *pwin = NULL; in term_after_channel_closed() local
3379 pwin = curwin; in term_after_channel_closed()
3408 if (pwin != NULL) in term_after_channel_closed()
3409 popup_close_with_retval(pwin, 0); in term_after_channel_closed()
3450 win_T *pwin = curwin; in may_close_term_popup() local
3454 popup_close_with_retval(pwin, 0); in may_close_term_popup()