Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dundo_defs.h57 u_entry_T *uh_getbot_entry; // pointer to where ue_bot must be set member
H A Dundo.c462 uhp->uh_getbot_entry = NULL; in u_savecommon()
510 if ((buf->b_u_newhead->uh_getbot_entry != uep in u_savecommon()
549 buf->b_u_newhead->uh_getbot_entry = uep; in u_savecommon()
581 buf->b_u_newhead->uh_getbot_entry = uep; in u_savecommon()
2879 uep = buf->b_u_newhead->uh_getbot_entry; in u_getbot()
2896 buf->b_u_newhead->uh_getbot_entry = NULL; in u_getbot()
/dports/editors/vim/vim-8.2.3745/src/
H A Dundo.c591 uhp->uh_getbot_entry = NULL; in u_savecommon()
636 if ((curbuf->b_u_newhead->uh_getbot_entry != uep in u_savecommon()
677 curbuf->b_u_newhead->uh_getbot_entry = uep; in u_savecommon()
723 curbuf->b_u_newhead->uh_getbot_entry = uep; in u_savecommon()
3310 uep = curbuf->b_u_newhead->uh_getbot_entry; in u_getbot()
3329 curbuf->b_u_newhead->uh_getbot_entry = NULL; in u_getbot()
H A Dstructs.h425 u_entry_T *uh_getbot_entry; // pointer to where ue_bot must be set member