Home
last modified time | relevance | path

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

/vim-8.2.3635/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